Shades of Indigo #4E039F
Tints of Indigo #4E039F
RGB
CMYK
RGB Variations
Color information
#4E039F (or 0x4E039F) is known color: Indigo. HEX triplet: 4E, 03 and 9F. RGB value is (78,3,159). Sum of RGB (Red+Green+Blue) = 78+3+159=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E039F is #B1FC60. Grayscale: #2A2A2A. Windows color (decimal): -11664481 or 10421070. OLE color: 10421070.
HSL color Cylindrical-coordinate representation of color #4E039F: hue angle of 268.85º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E039F is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 3 | 159 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.38 |
| HSL | 268.85º | 0.96% | 0.32% | - |
| HSV(B) | 268.85º | 0.98% | 0.62% | - |
| XYZ | 9.43 | 4.19 | 33.11 | - |
| YUV | 43.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 159 | 0.51 | 0.98 | 0 | 0.38 | 268.85 | 0.96 | 0.32 |
| Hex | 4E | 3 | 9F | 33 | 62 | 0 | 26 | 10D | 60 | 20 |
| Octal | 116 | 3 | 237 | 63 | 142 | 0 | 46 | 415 | 140 | 40 |
| Binary | 1001110 | 11 | 10011111 | 110011 | 1100010 | 0 | 100110 | 100001101 | 1100000 | 100000 |
Color Harmonies of #4E039F
Complementary color
Monochromatic Colors of #4E039F
Black with #4E039F
Text Example
Text Example
White with #4E039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E039F; }
p { color: rgb(78,3,159); }
H1.HeaderClassName
{
color: #4E039F;
}
.AnyTagClassName
{
color: #4E039F;
}
</style>
background-color css
<style>
a { background-color: #4E039F; }
a { background-color: rgb(78,3,159); }
div.DivClassName
{
background-color: #4E039F;
}
.BgClassName
{
background-color: #4E039F;
}
</style>
border-color css
<style>
span { border-color: #4E039F; }
span { border-color: rgb(78,3,159); }
td.TdClassName
{
border-color: #4E039F;
}
.TagClassName
{
border-color: #4E039F;
}
</style>