Shades of Indigo #4E139A
Tints of Indigo #4E139A
RGB
CMYK
RGB Variations
Color information
#4E139A (or 0x4E139A) is known color: Indigo. HEX triplet: 4E, 13 and 9A. RGB value is (78,19,154). Sum of RGB (Red+Green+Blue) = 78+19+154=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E139A is #B1EC65. Grayscale: #333333. Windows color (decimal): -11660390 or 10097486. OLE color: 10097486.
HSL color Cylindrical-coordinate representation of color #4E139A: hue angle of 266.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E139A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 19 | 154 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.40 |
| HSL | 266.22º | 0.78% | 0.34% | - |
| HSV(B) | 266.22º | 0.88% | 0.6% | - |
| XYZ | 9.21 | 4.42 | 30.94 | - |
| YUV | 52.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 154 | 0.49 | 0.88 | 0 | 0.40 | 266.22 | 0.78 | 0.34 |
| Hex | 4E | 13 | 9A | 31 | 58 | 0 | 28 | 10A | 4E | 22 |
| Octal | 116 | 23 | 232 | 61 | 130 | 0 | 50 | 412 | 116 | 42 |
| Binary | 1001110 | 10011 | 10011010 | 110001 | 1011000 | 0 | 101000 | 100001010 | 1001110 | 100010 |
Color Harmonies of #4E139A
Complementary color
Monochromatic Colors of #4E139A
Black with #4E139A
Text Example
Text Example
White with #4E139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E139A; }
p { color: rgb(78,19,154); }
H1.HeaderClassName
{
color: #4E139A;
}
.AnyTagClassName
{
color: #4E139A;
}
</style>
background-color css
<style>
a { background-color: #4E139A; }
a { background-color: rgb(78,19,154); }
div.DivClassName
{
background-color: #4E139A;
}
.BgClassName
{
background-color: #4E139A;
}
</style>
border-color css
<style>
span { border-color: #4E139A; }
span { border-color: rgb(78,19,154); }
td.TdClassName
{
border-color: #4E139A;
}
.TagClassName
{
border-color: #4E139A;
}
</style>