Shades of Indigo #4E045F
Tints of Indigo #4E045F
RGB
CMYK
RGB Variations
Color information
#4E045F (or 0x4E045F) is known color: Indigo. HEX triplet: 4E, 04 and 5F. RGB value is (78,4,95). Sum of RGB (Red+Green+Blue) = 78+4+95=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E045F is #B1FBA0. Grayscale: #242424. Windows color (decimal): -11664289 or 6227022. OLE color: 6227022.
HSL color Cylindrical-coordinate representation of color #4E045F: hue angle of 288.79º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E045F is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 4 | 95 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.63 |
| HSL | 288.79º | 0.92% | 0.19% | - |
| HSV(B) | 288.79º | 0.96% | 0.37% | - |
| XYZ | 5.25 | 2.53 | 11.04 | - |
| YUV | 36.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 95 | 0.18 | 0.96 | 0 | 0.63 | 288.79 | 0.92 | 0.19 |
| Hex | 4E | 4 | 5F | 12 | 60 | 0 | 3F | 121 | 5C | 13 |
| Octal | 116 | 4 | 137 | 22 | 140 | 0 | 77 | 441 | 134 | 23 |
| Binary | 1001110 | 100 | 1011111 | 10010 | 1100000 | 0 | 111111 | 100100001 | 1011100 | 10011 |
Color Harmonies of #4E045F
Complementary color
Monochromatic Colors of #4E045F
Black with #4E045F
Text Example
Text Example
White with #4E045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E045F; }
p { color: rgb(78,4,95); }
H1.HeaderClassName
{
color: #4E045F;
}
.AnyTagClassName
{
color: #4E045F;
}
</style>
background-color css
<style>
a { background-color: #4E045F; }
a { background-color: rgb(78,4,95); }
div.DivClassName
{
background-color: #4E045F;
}
.BgClassName
{
background-color: #4E045F;
}
</style>
border-color css
<style>
span { border-color: #4E045F; }
span { border-color: rgb(78,4,95); }
td.TdClassName
{
border-color: #4E045F;
}
.TagClassName
{
border-color: #4E045F;
}
</style>