Shades of Indigo #5E037C
Tints of Indigo #5E037C
RGB
CMYK
RGB Variations
Color information
#5E037C (or 0x5E037C) is known color: Indigo. HEX triplet: 5E, 03 and 7C. RGB value is (94,3,124). Sum of RGB (Red+Green+Blue) = 94+3+124=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E037C is #A1FC83. Grayscale: #2B2B2B. Windows color (decimal): -10615940 or 8127326. OLE color: 8127326.
HSL color Cylindrical-coordinate representation of color #5E037C: hue angle of 285.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E037C is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 3 | 124 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.51 |
| HSL | 285.12º | 0.95% | 0.25% | - |
| HSV(B) | 285.12º | 0.98% | 0.49% | - |
| XYZ | 8.29 | 3.9 | 19.38 | - |
| YUV | 44 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 124 | 0.24 | 0.98 | 0 | 0.51 | 285.12 | 0.95 | 0.25 |
| Hex | 5E | 3 | 7C | 18 | 62 | 0 | 33 | 11D | 5F | 19 |
| Octal | 136 | 3 | 174 | 30 | 142 | 0 | 63 | 435 | 137 | 31 |
| Binary | 1011110 | 11 | 1111100 | 11000 | 1100010 | 0 | 110011 | 100011101 | 1011111 | 11001 |
Color Harmonies of #5E037C
Complementary color
Monochromatic Colors of #5E037C
Black with #5E037C
Text Example
Text Example
White with #5E037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E037C; }
p { color: rgb(94,3,124); }
H1.HeaderClassName
{
color: #5E037C;
}
.AnyTagClassName
{
color: #5E037C;
}
</style>
background-color css
<style>
a { background-color: #5E037C; }
a { background-color: rgb(94,3,124); }
div.DivClassName
{
background-color: #5E037C;
}
.BgClassName
{
background-color: #5E037C;
}
</style>
border-color css
<style>
span { border-color: #5E037C; }
span { border-color: rgb(94,3,124); }
td.TdClassName
{
border-color: #5E037C;
}
.TagClassName
{
border-color: #5E037C;
}
</style>