Shades of Indigo #5E157C
Tints of Indigo #5E157C
RGB
CMYK
RGB Variations
Color information
#5E157C (or 0x5E157C) is known color: Indigo. HEX triplet: 5E, 15 and 7C. RGB value is (94,21,124). Sum of RGB (Red+Green+Blue) = 94+21+124=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E157C is #A1EA83. Grayscale: #363636. Windows color (decimal): -10611332 or 8131934. OLE color: 8131934.
HSL color Cylindrical-coordinate representation of color #5E157C: hue angle of 282.52º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E157C is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 21 | 124 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.51 |
| HSL | 282.52º | 0.71% | 0.28% | - |
| HSV(B) | 282.52º | 0.83% | 0.49% | - |
| XYZ | 8.52 | 4.37 | 19.46 | - |
| YUV | 54.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 124 | 0.24 | 0.83 | 0 | 0.51 | 282.52 | 0.71 | 0.28 |
| Hex | 5E | 15 | 7C | 18 | 53 | 0 | 33 | 11B | 47 | 1C |
| Octal | 136 | 25 | 174 | 30 | 123 | 0 | 63 | 433 | 107 | 34 |
| Binary | 1011110 | 10101 | 1111100 | 11000 | 1010011 | 0 | 110011 | 100011011 | 1000111 | 11100 |
Color Harmonies of #5E157C
Complementary color
Monochromatic Colors of #5E157C
Black with #5E157C
Text Example
Text Example
White with #5E157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E157C; }
p { color: rgb(94,21,124); }
H1.HeaderClassName
{
color: #5E157C;
}
.AnyTagClassName
{
color: #5E157C;
}
</style>
background-color css
<style>
a { background-color: #5E157C; }
a { background-color: rgb(94,21,124); }
div.DivClassName
{
background-color: #5E157C;
}
.BgClassName
{
background-color: #5E157C;
}
</style>
border-color css
<style>
span { border-color: #5E157C; }
span { border-color: rgb(94,21,124); }
td.TdClassName
{
border-color: #5E157C;
}
.TagClassName
{
border-color: #5E157C;
}
</style>