Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Loulou | 440044 | #440044 | 68, 0, 68 | 26.67, 0, 26.67 | 0, 100, 0, 73.33 | 300, 100, 26.666666666667 |
Color #440044 is Loulou. In RGB: 26.67, 0, 26.67. In CMYK: 0, 100, 0, 73.33.
div { background: #440044; color: #000; }
div { background: #440044; color: #fff; }
div { background: linear-gradient(to bottom, #2D002E 0%, #5D1C5C 100%); color: #000; }
div { background: linear-gradient(to bottom, #5D1C5C 0%, #2D002E 100%); color: #000; }
div { background: linear-gradient(to bottom, #2D002E 0%, #5D1C5C 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5D1C5C 0%, #2D002E 100%); color: #fff; }
div { border: 1px solid #440044; }
div { border: 5px solid #440044; }
div { border: 1px dashed #440044; }
div { border: 5px dashed #440044; }
div { border: 1px dotted #440044; }
div { border: 5px dotted #440044; }