Shades of Indigo #4E0574
Tints of Indigo #4E0574
RGB
CMYK
RGB Variations
Color information
#4E0574 (or 0x4E0574) is known color: Indigo. HEX triplet: 4E, 05 and 74. RGB value is (78,5,116). Sum of RGB (Red+Green+Blue) = 78+5+116=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0574 is #B1FA8B. Grayscale: #272727. Windows color (decimal): -11664012 or 7603534. OLE color: 7603534.
HSL color Cylindrical-coordinate representation of color #4E0574: hue angle of 279.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0574 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 5 | 116 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.55 |
| HSL | 279.46º | 0.92% | 0.24% | - |
| HSV(B) | 279.46º | 0.96% | 0.45% | - |
| XYZ | 6.35 | 2.99 | 16.77 | - |
| YUV | 39.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 116 | 0.33 | 0.96 | 0 | 0.55 | 279.46 | 0.92 | 0.24 |
| Hex | 4E | 5 | 74 | 21 | 60 | 0 | 37 | 117 | 5C | 18 |
| Octal | 116 | 5 | 164 | 41 | 140 | 0 | 67 | 427 | 134 | 30 |
| Binary | 1001110 | 101 | 1110100 | 100001 | 1100000 | 0 | 110111 | 100010111 | 1011100 | 11000 |
Color Harmonies of #4E0574
Complementary color
Monochromatic Colors of #4E0574
Black with #4E0574
Text Example
Text Example
White with #4E0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0574; }
p { color: rgb(78,5,116); }
H1.HeaderClassName
{
color: #4E0574;
}
.AnyTagClassName
{
color: #4E0574;
}
</style>
background-color css
<style>
a { background-color: #4E0574; }
a { background-color: rgb(78,5,116); }
div.DivClassName
{
background-color: #4E0574;
}
.BgClassName
{
background-color: #4E0574;
}
</style>
border-color css
<style>
span { border-color: #4E0574; }
span { border-color: rgb(78,5,116); }
td.TdClassName
{
border-color: #4E0574;
}
.TagClassName
{
border-color: #4E0574;
}
</style>