Shades of Indigo #4E0A87
Tints of Indigo #4E0A87
RGB
CMYK
RGB Variations
Color information
#4E0A87 (or 0x4E0A87) is known color: Indigo. HEX triplet: 4E, 0A and 87. RGB value is (78,10,135). Sum of RGB (Red+Green+Blue) = 78+10+135=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E0A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0A87 is #B1F578. Grayscale: #2C2C2C. Windows color (decimal): -11662713 or 8849998. OLE color: 8849998.
HSL color Cylindrical-coordinate representation of color #4E0A87: hue angle of 272.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0A87 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 10 | 135 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.47 |
| HSL | 272.64º | 0.86% | 0.28% | - |
| HSV(B) | 272.64º | 0.93% | 0.53% | - |
| XYZ | 7.62 | 3.59 | 23.21 | - |
| YUV | 44.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 135 | 0.42 | 0.93 | 0 | 0.47 | 272.64 | 0.86 | 0.28 |
| Hex | 4E | A | 87 | 2A | 5D | 0 | 2F | 111 | 56 | 1C |
| Octal | 116 | 12 | 207 | 52 | 135 | 0 | 57 | 421 | 126 | 34 |
| Binary | 1001110 | 1010 | 10000111 | 101010 | 1011101 | 0 | 101111 | 100010001 | 1010110 | 11100 |
Color Harmonies of #4E0A87
Complementary color
Monochromatic Colors of #4E0A87
Black with #4E0A87
Text Example
Text Example
White with #4E0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A87; }
p { color: rgb(78,10,135); }
H1.HeaderClassName
{
color: #4E0A87;
}
.AnyTagClassName
{
color: #4E0A87;
}
</style>
background-color css
<style>
a { background-color: #4E0A87; }
a { background-color: rgb(78,10,135); }
div.DivClassName
{
background-color: #4E0A87;
}
.BgClassName
{
background-color: #4E0A87;
}
</style>
border-color css
<style>
span { border-color: #4E0A87; }
span { border-color: rgb(78,10,135); }
td.TdClassName
{
border-color: #4E0A87;
}
.TagClassName
{
border-color: #4E0A87;
}
</style>