Shades of Indigo #4E055F
Tints of Indigo #4E055F
RGB
CMYK
RGB Variations
Color information
#4E055F (or 0x4E055F) is known color: Indigo. HEX triplet: 4E, 05 and 5F. RGB value is (78,5,95). Sum of RGB (Red+Green+Blue) = 78+5+95=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E055F is #B1FAA0. Grayscale: #242424. Windows color (decimal): -11664033 or 6227278. OLE color: 6227278.
HSL color Cylindrical-coordinate representation of color #4E055F: hue angle of 288.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E055F is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 5 | 95 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.63 |
| HSL | 288.67º | 0.9% | 0.2% | - |
| HSV(B) | 288.67º | 0.95% | 0.37% | - |
| XYZ | 5.26 | 2.55 | 11.04 | - |
| YUV | 37.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 95 | 0.18 | 0.95 | 0 | 0.63 | 288.67 | 0.9 | 0.2 |
| Hex | 4E | 5 | 5F | 12 | 5F | 0 | 3F | 121 | 5A | 14 |
| Octal | 116 | 5 | 137 | 22 | 137 | 0 | 77 | 441 | 132 | 24 |
| Binary | 1001110 | 101 | 1011111 | 10010 | 1011111 | 0 | 111111 | 100100001 | 1011010 | 10100 |
Color Harmonies of #4E055F
Complementary color
Monochromatic Colors of #4E055F
Black with #4E055F
Text Example
Text Example
White with #4E055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E055F; }
p { color: rgb(78,5,95); }
H1.HeaderClassName
{
color: #4E055F;
}
.AnyTagClassName
{
color: #4E055F;
}
</style>
background-color css
<style>
a { background-color: #4E055F; }
a { background-color: rgb(78,5,95); }
div.DivClassName
{
background-color: #4E055F;
}
.BgClassName
{
background-color: #4E055F;
}
</style>
border-color css
<style>
span { border-color: #4E055F; }
span { border-color: rgb(78,5,95); }
td.TdClassName
{
border-color: #4E055F;
}
.TagClassName
{
border-color: #4E055F;
}
</style>