Shades of Indigo #5E127C
Tints of Indigo #5E127C
RGB
CMYK
RGB Variations
Color information
#5E127C (or 0x5E127C) is known color: Indigo. HEX triplet: 5E, 12 and 7C. RGB value is (94,18,124). Sum of RGB (Red+Green+Blue) = 94+18+124=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E127C is #A1ED83. Grayscale: #343434. Windows color (decimal): -10612100 or 8131166. OLE color: 8131166.
HSL color Cylindrical-coordinate representation of color #5E127C: hue angle of 283.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E127C is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 18 | 124 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.51 |
| HSL | 283.02º | 0.75% | 0.28% | - |
| HSV(B) | 283.02º | 0.85% | 0.49% | - |
| XYZ | 8.47 | 4.27 | 19.45 | - |
| YUV | 52.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 124 | 0.24 | 0.85 | 0 | 0.51 | 283.02 | 0.75 | 0.28 |
| Hex | 5E | 12 | 7C | 18 | 55 | 0 | 33 | 11B | 4B | 1C |
| Octal | 136 | 22 | 174 | 30 | 125 | 0 | 63 | 433 | 113 | 34 |
| Binary | 1011110 | 10010 | 1111100 | 11000 | 1010101 | 0 | 110011 | 100011011 | 1001011 | 11100 |
Color Harmonies of #5E127C
Complementary color
Monochromatic Colors of #5E127C
Black with #5E127C
Text Example
Text Example
White with #5E127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E127C; }
p { color: rgb(94,18,124); }
H1.HeaderClassName
{
color: #5E127C;
}
.AnyTagClassName
{
color: #5E127C;
}
</style>
background-color css
<style>
a { background-color: #5E127C; }
a { background-color: rgb(94,18,124); }
div.DivClassName
{
background-color: #5E127C;
}
.BgClassName
{
background-color: #5E127C;
}
</style>
border-color css
<style>
span { border-color: #5E127C; }
span { border-color: rgb(94,18,124); }
td.TdClassName
{
border-color: #5E127C;
}
.TagClassName
{
border-color: #5E127C;
}
</style>