Shades of Indigo #4E0A72
Tints of Indigo #4E0A72
RGB
CMYK
RGB Variations
Color information
#4E0A72 (or 0x4E0A72) is known color: Indigo. HEX triplet: 4E, 0A and 72. RGB value is (78,10,114). Sum of RGB (Red+Green+Blue) = 78+10+114=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E0A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0A72 is #B1F58D. Grayscale: #292929. Windows color (decimal): -11662734 or 7473742. OLE color: 7473742.
HSL color Cylindrical-coordinate representation of color #4E0A72: hue angle of 279.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0A72 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 10 | 114 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.55 |
| HSL | 279.23º | 0.84% | 0.24% | - |
| HSV(B) | 279.23º | 0.91% | 0.45% | - |
| XYZ | 6.29 | 3.05 | 16.18 | - |
| YUV | 42.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 114 | 0.32 | 0.91 | 0 | 0.55 | 279.23 | 0.84 | 0.24 |
| Hex | 4E | A | 72 | 20 | 5B | 0 | 37 | 117 | 54 | 18 |
| Octal | 116 | 12 | 162 | 40 | 133 | 0 | 67 | 427 | 124 | 30 |
| Binary | 1001110 | 1010 | 1110010 | 100000 | 1011011 | 0 | 110111 | 100010111 | 1010100 | 11000 |
Color Harmonies of #4E0A72
Complementary color
Monochromatic Colors of #4E0A72
Black with #4E0A72
Text Example
Text Example
White with #4E0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A72; }
p { color: rgb(78,10,114); }
H1.HeaderClassName
{
color: #4E0A72;
}
.AnyTagClassName
{
color: #4E0A72;
}
</style>
background-color css
<style>
a { background-color: #4E0A72; }
a { background-color: rgb(78,10,114); }
div.DivClassName
{
background-color: #4E0A72;
}
.BgClassName
{
background-color: #4E0A72;
}
</style>
border-color css
<style>
span { border-color: #4E0A72; }
span { border-color: rgb(78,10,114); }
td.TdClassName
{
border-color: #4E0A72;
}
.TagClassName
{
border-color: #4E0A72;
}
</style>