Shades of Indigo #4E0E70
Tints of Indigo #4E0E70
RGB
CMYK
RGB Variations
Color information
#4E0E70 (or 0x4E0E70) is known color: Indigo. HEX triplet: 4E, 0E and 70. RGB value is (78,14,112). Sum of RGB (Red+Green+Blue) = 78+14+112=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0E70 is #B1F18F. Grayscale: #2B2B2B. Windows color (decimal): -11661712 or 7343694. OLE color: 7343694.
HSL color Cylindrical-coordinate representation of color #4E0E70: hue angle of 279.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0E70 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 14 | 112 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.56 |
| HSL | 279.18º | 0.78% | 0.25% | - |
| HSV(B) | 279.18º | 0.88% | 0.44% | - |
| XYZ | 6.22 | 3.1 | 15.6 | - |
| YUV | 44.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 112 | 0.30 | 0.88 | 0 | 0.56 | 279.18 | 0.78 | 0.25 |
| Hex | 4E | E | 70 | 1E | 58 | 0 | 38 | 117 | 4E | 19 |
| Octal | 116 | 16 | 160 | 36 | 130 | 0 | 70 | 427 | 116 | 31 |
| Binary | 1001110 | 1110 | 1110000 | 11110 | 1011000 | 0 | 111000 | 100010111 | 1001110 | 11001 |
Color Harmonies of #4E0E70
Complementary color
Monochromatic Colors of #4E0E70
Black with #4E0E70
Text Example
Text Example
White with #4E0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E70; }
p { color: rgb(78,14,112); }
H1.HeaderClassName
{
color: #4E0E70;
}
.AnyTagClassName
{
color: #4E0E70;
}
</style>
background-color css
<style>
a { background-color: #4E0E70; }
a { background-color: rgb(78,14,112); }
div.DivClassName
{
background-color: #4E0E70;
}
.BgClassName
{
background-color: #4E0E70;
}
</style>
border-color css
<style>
span { border-color: #4E0E70; }
span { border-color: rgb(78,14,112); }
td.TdClassName
{
border-color: #4E0E70;
}
.TagClassName
{
border-color: #4E0E70;
}
</style>