Shades of Indigo #4E1188
Tints of Indigo #4E1188
RGB
CMYK
RGB Variations
Color information
#4E1188 (or 0x4E1188) is known color: Indigo. HEX triplet: 4E, 11 and 88. RGB value is (78,17,136). Sum of RGB (Red+Green+Blue) = 78+17+136=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E1188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1188 is #B1EE77. Grayscale: #303030. Windows color (decimal): -11660920 or 8917326. OLE color: 8917326.
HSL color Cylindrical-coordinate representation of color #4E1188: hue angle of 270.76º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1188 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 17 | 136 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.47 |
| HSL | 270.76º | 0.78% | 0.3% | - |
| HSV(B) | 270.76º | 0.88% | 0.53% | - |
| XYZ | 7.79 | 3.8 | 23.62 | - |
| YUV | 48.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 136 | 0.43 | 0.87 | 0 | 0.47 | 270.76 | 0.78 | 0.3 |
| Hex | 4E | 11 | 88 | 2B | 57 | 0 | 2F | 10F | 4E | 1E |
| Octal | 116 | 21 | 210 | 53 | 127 | 0 | 57 | 417 | 116 | 36 |
| Binary | 1001110 | 10001 | 10001000 | 101011 | 1010111 | 0 | 101111 | 100001111 | 1001110 | 11110 |
Color Harmonies of #4E1188
Complementary color
Monochromatic Colors of #4E1188
Black with #4E1188
Text Example
Text Example
White with #4E1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1188; }
p { color: rgb(78,17,136); }
H1.HeaderClassName
{
color: #4E1188;
}
.AnyTagClassName
{
color: #4E1188;
}
</style>
background-color css
<style>
a { background-color: #4E1188; }
a { background-color: rgb(78,17,136); }
div.DivClassName
{
background-color: #4E1188;
}
.BgClassName
{
background-color: #4E1188;
}
</style>
border-color css
<style>
span { border-color: #4E1188; }
span { border-color: rgb(78,17,136); }
td.TdClassName
{
border-color: #4E1188;
}
.TagClassName
{
border-color: #4E1188;
}
</style>