Shades of Indigo #4E0BAB
Tints of Indigo #4E0BAB
RGB
CMYK
RGB Variations
Color information
#4E0BAB (or 0x4E0BAB) is known color: Indigo. HEX triplet: 4E, 0B and AB. RGB value is (78,11,171). Sum of RGB (Red+Green+Blue) = 78+11+171=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0BAB is #B1F454. Grayscale: #303030. Windows color (decimal): -11662421 or 11209550. OLE color: 11209550.
HSL color Cylindrical-coordinate representation of color #4E0BAB: hue angle of 265.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0BAB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 11 | 171 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.33 |
| HSL | 265.13º | 0.88% | 0.36% | - |
| HSV(B) | 265.13º | 0.94% | 0.67% | - |
| XYZ | 10.61 | 4.8 | 38.9 | - |
| YUV | 49.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 171 | 0.54 | 0.94 | 0 | 0.33 | 265.13 | 0.88 | 0.36 |
| Hex | 4E | B | AB | 36 | 5E | 0 | 21 | 109 | 58 | 24 |
| Octal | 116 | 13 | 253 | 66 | 136 | 0 | 41 | 411 | 130 | 44 |
| Binary | 1001110 | 1011 | 10101011 | 110110 | 1011110 | 0 | 100001 | 100001001 | 1011000 | 100100 |
Color Harmonies of #4E0BAB
Complementary color
Monochromatic Colors of #4E0BAB
Black with #4E0BAB
Text Example
Text Example
White with #4E0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0BAB; }
p { color: rgb(78,11,171); }
H1.HeaderClassName
{
color: #4E0BAB;
}
.AnyTagClassName
{
color: #4E0BAB;
}
</style>
background-color css
<style>
a { background-color: #4E0BAB; }
a { background-color: rgb(78,11,171); }
div.DivClassName
{
background-color: #4E0BAB;
}
.BgClassName
{
background-color: #4E0BAB;
}
</style>
border-color css
<style>
span { border-color: #4E0BAB; }
span { border-color: rgb(78,11,171); }
td.TdClassName
{
border-color: #4E0BAB;
}
.TagClassName
{
border-color: #4E0BAB;
}
</style>