Shades of Indigo #4E1991
Tints of Indigo #4E1991
RGB
CMYK
RGB Variations
Color information
#4E1991 (or 0x4E1991) is known color: Indigo. HEX triplet: 4E, 19 and 91. RGB value is (78,25,145). Sum of RGB (Red+Green+Blue) = 78+25+145=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E1991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1991 is #B1E66E. Grayscale: #363636. Windows color (decimal): -11658863 or 9509198. OLE color: 9509198.
HSL color Cylindrical-coordinate representation of color #4E1991: hue angle of 266.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E1991 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 25 | 145 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.43 |
| HSL | 266.5º | 0.71% | 0.33% | - |
| HSV(B) | 266.5º | 0.83% | 0.57% | - |
| XYZ | 8.6 | 4.36 | 27.18 | - |
| YUV | 54.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 145 | 0.46 | 0.83 | 0 | 0.43 | 266.5 | 0.71 | 0.33 |
| Hex | 4E | 19 | 91 | 2E | 53 | 0 | 2B | 10A | 47 | 21 |
| Octal | 116 | 31 | 221 | 56 | 123 | 0 | 53 | 412 | 107 | 41 |
| Binary | 1001110 | 11001 | 10010001 | 101110 | 1010011 | 0 | 101011 | 100001010 | 1000111 | 100001 |
Color Harmonies of #4E1991
Complementary color
Monochromatic Colors of #4E1991
Black with #4E1991
Text Example
Text Example
White with #4E1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1991; }
p { color: rgb(78,25,145); }
H1.HeaderClassName
{
color: #4E1991;
}
.AnyTagClassName
{
color: #4E1991;
}
</style>
background-color css
<style>
a { background-color: #4E1991; }
a { background-color: rgb(78,25,145); }
div.DivClassName
{
background-color: #4E1991;
}
.BgClassName
{
background-color: #4E1991;
}
</style>
border-color css
<style>
span { border-color: #4E1991; }
span { border-color: rgb(78,25,145); }
td.TdClassName
{
border-color: #4E1991;
}
.TagClassName
{
border-color: #4E1991;
}
</style>