Shades of Indigo #4E0B70
Tints of Indigo #4E0B70
RGB
CMYK
RGB Variations
Color information
#4E0B70 (or 0x4E0B70) is known color: Indigo. HEX triplet: 4E, 0B and 70. RGB value is (78,11,112). Sum of RGB (Red+Green+Blue) = 78+11+112=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B70 is #B1F48F. Grayscale: #2A2A2A. Windows color (decimal): -11662480 or 7342926. OLE color: 7342926.
HSL color Cylindrical-coordinate representation of color #4E0B70: hue angle of 279.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0B70 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 11 | 112 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.56 |
| HSL | 279.8º | 0.82% | 0.24% | - |
| HSV(B) | 279.8º | 0.9% | 0.44% | - |
| XYZ | 6.19 | 3.03 | 15.59 | - |
| YUV | 42.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 112 | 0.30 | 0.90 | 0 | 0.56 | 279.8 | 0.82 | 0.24 |
| Hex | 4E | B | 70 | 1E | 5A | 0 | 38 | 118 | 52 | 18 |
| Octal | 116 | 13 | 160 | 36 | 132 | 0 | 70 | 430 | 122 | 30 |
| Binary | 1001110 | 1011 | 1110000 | 11110 | 1011010 | 0 | 111000 | 100011000 | 1010010 | 11000 |
Color Harmonies of #4E0B70
Complementary color
Monochromatic Colors of #4E0B70
Black with #4E0B70
Text Example
Text Example
White with #4E0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B70; }
p { color: rgb(78,11,112); }
H1.HeaderClassName
{
color: #4E0B70;
}
.AnyTagClassName
{
color: #4E0B70;
}
</style>
background-color css
<style>
a { background-color: #4E0B70; }
a { background-color: rgb(78,11,112); }
div.DivClassName
{
background-color: #4E0B70;
}
.BgClassName
{
background-color: #4E0B70;
}
</style>
border-color css
<style>
span { border-color: #4E0B70; }
span { border-color: rgb(78,11,112); }
td.TdClassName
{
border-color: #4E0B70;
}
.TagClassName
{
border-color: #4E0B70;
}
</style>