Shades of Indigo #4E0B71
Tints of Indigo #4E0B71
RGB
CMYK
RGB Variations
Color information
#4E0B71 (or 0x4E0B71) is known color: Indigo. HEX triplet: 4E, 0B and 71. RGB value is (78,11,113). Sum of RGB (Red+Green+Blue) = 78+11+113=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E0B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B71 is #B1F48E. Grayscale: #2A2A2A. Windows color (decimal): -11662479 or 7408462. OLE color: 7408462.
HSL color Cylindrical-coordinate representation of color #4E0B71: hue angle of 279.41º 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 #4E0B71 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 11 | 113 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.56 |
| HSL | 279.41º | 0.82% | 0.24% | - |
| HSV(B) | 279.41º | 0.9% | 0.44% | - |
| XYZ | 6.24 | 3.05 | 15.88 | - |
| YUV | 42.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 113 | 0.31 | 0.90 | 0 | 0.56 | 279.41 | 0.82 | 0.24 |
| Hex | 4E | B | 71 | 1F | 5A | 0 | 38 | 117 | 52 | 18 |
| Octal | 116 | 13 | 161 | 37 | 132 | 0 | 70 | 427 | 122 | 30 |
| Binary | 1001110 | 1011 | 1110001 | 11111 | 1011010 | 0 | 111000 | 100010111 | 1010010 | 11000 |
Color Harmonies of #4E0B71
Complementary color
Monochromatic Colors of #4E0B71
Black with #4E0B71
Text Example
Text Example
White with #4E0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B71; }
p { color: rgb(78,11,113); }
H1.HeaderClassName
{
color: #4E0B71;
}
.AnyTagClassName
{
color: #4E0B71;
}
</style>
background-color css
<style>
a { background-color: #4E0B71; }
a { background-color: rgb(78,11,113); }
div.DivClassName
{
background-color: #4E0B71;
}
.BgClassName
{
background-color: #4E0B71;
}
</style>
border-color css
<style>
span { border-color: #4E0B71; }
span { border-color: rgb(78,11,113); }
td.TdClassName
{
border-color: #4E0B71;
}
.TagClassName
{
border-color: #4E0B71;
}
</style>