Shades of Indigo #4E1289
Tints of Indigo #4E1289
RGB
CMYK
RGB Variations
Color information
#4E1289 (or 0x4E1289) is known color: Indigo. HEX triplet: 4E, 12 and 89. RGB value is (78,18,137). Sum of RGB (Red+Green+Blue) = 78+18+137=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E1289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1289 is #B1ED76. Grayscale: #313131. Windows color (decimal): -11660663 or 8983118. OLE color: 8983118.
HSL color Cylindrical-coordinate representation of color #4E1289: hue angle of 270.25º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1289 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 18 | 137 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.46 |
| HSL | 270.25º | 0.77% | 0.3% | - |
| HSV(B) | 270.25º | 0.87% | 0.54% | - |
| XYZ | 7.87 | 3.86 | 24 | - |
| YUV | 49.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 137 | 0.43 | 0.87 | 0 | 0.46 | 270.25 | 0.77 | 0.3 |
| Hex | 4E | 12 | 89 | 2B | 57 | 0 | 2E | 10E | 4D | 1E |
| Octal | 116 | 22 | 211 | 53 | 127 | 0 | 56 | 416 | 115 | 36 |
| Binary | 1001110 | 10010 | 10001001 | 101011 | 1010111 | 0 | 101110 | 100001110 | 1001101 | 11110 |
Color Harmonies of #4E1289
Complementary color
Monochromatic Colors of #4E1289
Black with #4E1289
Text Example
Text Example
White with #4E1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1289; }
p { color: rgb(78,18,137); }
H1.HeaderClassName
{
color: #4E1289;
}
.AnyTagClassName
{
color: #4E1289;
}
</style>
background-color css
<style>
a { background-color: #4E1289; }
a { background-color: rgb(78,18,137); }
div.DivClassName
{
background-color: #4E1289;
}
.BgClassName
{
background-color: #4E1289;
}
</style>
border-color css
<style>
span { border-color: #4E1289; }
span { border-color: rgb(78,18,137); }
td.TdClassName
{
border-color: #4E1289;
}
.TagClassName
{
border-color: #4E1289;
}
</style>