Shades of Indigo #4E1489
Tints of Indigo #4E1489
RGB
CMYK
RGB Variations
Color information
#4E1489 (or 0x4E1489) is known color: Indigo. HEX triplet: 4E, 14 and 89. RGB value is (78,20,137). Sum of RGB (Red+Green+Blue) = 78+20+137=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E1489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1489 is #B1EB76. Grayscale: #323232. Windows color (decimal): -11660151 or 8983630. OLE color: 8983630.
HSL color Cylindrical-coordinate representation of color #4E1489: hue angle of 269.74º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1489 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 20 | 137 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.46 |
| HSL | 269.74º | 0.75% | 0.31% | - |
| HSV(B) | 269.74º | 0.85% | 0.54% | - |
| XYZ | 7.91 | 3.93 | 24.01 | - |
| YUV | 50.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 137 | 0.43 | 0.85 | 0 | 0.46 | 269.74 | 0.75 | 0.31 |
| Hex | 4E | 14 | 89 | 2B | 55 | 0 | 2E | 10E | 4B | 1F |
| Octal | 116 | 24 | 211 | 53 | 125 | 0 | 56 | 416 | 113 | 37 |
| Binary | 1001110 | 10100 | 10001001 | 101011 | 1010101 | 0 | 101110 | 100001110 | 1001011 | 11111 |
Color Harmonies of #4E1489
Complementary color
Monochromatic Colors of #4E1489
Black with #4E1489
Text Example
Text Example
White with #4E1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1489; }
p { color: rgb(78,20,137); }
H1.HeaderClassName
{
color: #4E1489;
}
.AnyTagClassName
{
color: #4E1489;
}
</style>
background-color css
<style>
a { background-color: #4E1489; }
a { background-color: rgb(78,20,137); }
div.DivClassName
{
background-color: #4E1489;
}
.BgClassName
{
background-color: #4E1489;
}
</style>
border-color css
<style>
span { border-color: #4E1489; }
span { border-color: rgb(78,20,137); }
td.TdClassName
{
border-color: #4E1489;
}
.TagClassName
{
border-color: #4E1489;
}
</style>