Shades of Indigo #5E047C
Tints of Indigo #5E047C
RGB
CMYK
RGB Variations
Color information
#5E047C (or 0x5E047C) is known color: Indigo. HEX triplet: 5E, 04 and 7C. RGB value is (94,4,124). Sum of RGB (Red+Green+Blue) = 94+4+124=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E047C is #A1FB83. Grayscale: #2C2C2C. Windows color (decimal): -10615684 or 8127582. OLE color: 8127582.
HSL color Cylindrical-coordinate representation of color #5E047C: hue angle of 285º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E047C is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 4 | 124 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.51 |
| HSL | 285º | 0.94% | 0.25% | - |
| HSV(B) | 285º | 0.97% | 0.49% | - |
| XYZ | 8.3 | 3.92 | 19.39 | - |
| YUV | 44.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 124 | 0.24 | 0.97 | 0 | 0.51 | 285 | 0.94 | 0.25 |
| Hex | 5E | 4 | 7C | 18 | 61 | 0 | 33 | 11D | 5E | 19 |
| Octal | 136 | 4 | 174 | 30 | 141 | 0 | 63 | 435 | 136 | 31 |
| Binary | 1011110 | 100 | 1111100 | 11000 | 1100001 | 0 | 110011 | 100011101 | 1011110 | 11001 |
Color Harmonies of #5E047C
Complementary color
Monochromatic Colors of #5E047C
Black with #5E047C
Text Example
Text Example
White with #5E047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E047C; }
p { color: rgb(94,4,124); }
H1.HeaderClassName
{
color: #5E047C;
}
.AnyTagClassName
{
color: #5E047C;
}
</style>
background-color css
<style>
a { background-color: #5E047C; }
a { background-color: rgb(94,4,124); }
div.DivClassName
{
background-color: #5E047C;
}
.BgClassName
{
background-color: #5E047C;
}
</style>
border-color css
<style>
span { border-color: #5E047C; }
span { border-color: rgb(94,4,124); }
td.TdClassName
{
border-color: #5E047C;
}
.TagClassName
{
border-color: #5E047C;
}
</style>