Shades of Indigo #5E117C
Tints of Indigo #5E117C
RGB
CMYK
RGB Variations
Color information
#5E117C (or 0x5E117C) is known color: Indigo. HEX triplet: 5E, 11 and 7C. RGB value is (94,17,124). Sum of RGB (Red+Green+Blue) = 94+17+124=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E117C is #A1EE83. Grayscale: #333333. Windows color (decimal): -10612356 or 8130910. OLE color: 8130910.
HSL color Cylindrical-coordinate representation of color #5E117C: hue angle of 283.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E117C is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 17 | 124 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.51 |
| HSL | 283.18º | 0.76% | 0.28% | - |
| HSV(B) | 283.18º | 0.86% | 0.49% | - |
| XYZ | 8.45 | 4.24 | 19.44 | - |
| YUV | 52.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 124 | 0.24 | 0.86 | 0 | 0.51 | 283.18 | 0.76 | 0.28 |
| Hex | 5E | 11 | 7C | 18 | 56 | 0 | 33 | 11B | 4C | 1C |
| Octal | 136 | 21 | 174 | 30 | 126 | 0 | 63 | 433 | 114 | 34 |
| Binary | 1011110 | 10001 | 1111100 | 11000 | 1010110 | 0 | 110011 | 100011011 | 1001100 | 11100 |
Color Harmonies of #5E117C
Complementary color
Monochromatic Colors of #5E117C
Black with #5E117C
Text Example
Text Example
White with #5E117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E117C; }
p { color: rgb(94,17,124); }
H1.HeaderClassName
{
color: #5E117C;
}
.AnyTagClassName
{
color: #5E117C;
}
</style>
background-color css
<style>
a { background-color: #5E117C; }
a { background-color: rgb(94,17,124); }
div.DivClassName
{
background-color: #5E117C;
}
.BgClassName
{
background-color: #5E117C;
}
</style>
border-color css
<style>
span { border-color: #5E117C; }
span { border-color: rgb(94,17,124); }
td.TdClassName
{
border-color: #5E117C;
}
.TagClassName
{
border-color: #5E117C;
}
</style>