Shades of Indigo #5E187A
Tints of Indigo #5E187A
RGB
CMYK
RGB Variations
Color information
#5E187A (or 0x5E187A) is known color: Indigo. HEX triplet: 5E, 18 and 7A. RGB value is (94,24,122). Sum of RGB (Red+Green+Blue) = 94+24+122=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187A is #A1E785. Grayscale: #373737. Windows color (decimal): -10610566 or 8001630. OLE color: 8001630.
HSL color Cylindrical-coordinate representation of color #5E187A: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E187A is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 24 | 122 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.52 |
| HSL | 282.86º | 0.67% | 0.29% | - |
| HSV(B) | 282.86º | 0.8% | 0.48% | - |
| XYZ | 8.46 | 4.44 | 18.82 | - |
| YUV | 56.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 122 | 0.23 | 0.80 | 0 | 0.52 | 282.86 | 0.67 | 0.29 |
| Hex | 5E | 18 | 7A | 17 | 50 | 0 | 34 | 11B | 43 | 1D |
| Octal | 136 | 30 | 172 | 27 | 120 | 0 | 64 | 433 | 103 | 35 |
| Binary | 1011110 | 11000 | 1111010 | 10111 | 1010000 | 0 | 110100 | 100011011 | 1000011 | 11101 |
Color Harmonies of #5E187A
Complementary color
Monochromatic Colors of #5E187A
Black with #5E187A
Text Example
Text Example
White with #5E187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E187A; }
p { color: rgb(94,24,122); }
H1.HeaderClassName
{
color: #5E187A;
}
.AnyTagClassName
{
color: #5E187A;
}
</style>
background-color css
<style>
a { background-color: #5E187A; }
a { background-color: rgb(94,24,122); }
div.DivClassName
{
background-color: #5E187A;
}
.BgClassName
{
background-color: #5E187A;
}
</style>
border-color css
<style>
span { border-color: #5E187A; }
span { border-color: rgb(94,24,122); }
td.TdClassName
{
border-color: #5E187A;
}
.TagClassName
{
border-color: #5E187A;
}
</style>