Shades of Loulou #4E1C41
Tints of Loulou #4E1C41
RGB
CMYK
RGB Variations
Color information
#4E1C41 (or 0x4E1C41) is known color: Loulou. HEX triplet: 4E, 1C and 41. RGB value is (78,28,65). Sum of RGB (Red+Green+Blue) = 78+28+65=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C41 is #B1E3BE. Grayscale: #2F2F2F. Windows color (decimal): -11658175 or 4267086. OLE color: 4267086.
HSL color Cylindrical-coordinate representation of color #4E1C41: hue angle of 315.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E1C41 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 65 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.69 |
| HSL | 315.6º | 0.47% | 0.21% | - |
| HSV(B) | 315.6º | 0.64% | 0.31% | - |
| XYZ | 4.51 | 2.83 | 5.31 | - |
| YUV | 47.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 65 | 0 | 0.64 | 0.17 | 0.69 | 315.6 | 0.47 | 0.21 |
| Hex | 4E | 1C | 41 | 0 | 40 | 11 | 45 | 13C | 2F | 15 |
| Octal | 116 | 34 | 101 | 0 | 100 | 21 | 105 | 474 | 57 | 25 |
| Binary | 1001110 | 11100 | 1000001 | 0 | 1000000 | 10001 | 1000101 | 100111100 | 101111 | 10101 |
Color Harmonies of #4E1C41
Complementary color
Monochromatic Colors of #4E1C41
Black with #4E1C41
Text Example
Text Example
White with #4E1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C41; }
p { color: rgb(78,28,65); }
H1.HeaderClassName
{
color: #4E1C41;
}
.AnyTagClassName
{
color: #4E1C41;
}
</style>
background-color css
<style>
a { background-color: #4E1C41; }
a { background-color: rgb(78,28,65); }
div.DivClassName
{
background-color: #4E1C41;
}
.BgClassName
{
background-color: #4E1C41;
}
</style>
border-color css
<style>
span { border-color: #4E1C41; }
span { border-color: rgb(78,28,65); }
td.TdClassName
{
border-color: #4E1C41;
}
.TagClassName
{
border-color: #4E1C41;
}
</style>