Shades of Indigo #5E157A
Tints of Indigo #5E157A
RGB
CMYK
RGB Variations
Color information
#5E157A (or 0x5E157A) is known color: Indigo. HEX triplet: 5E, 15 and 7A. RGB value is (94,21,122). Sum of RGB (Red+Green+Blue) = 94+21+122=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E157A is #A1EA85. Grayscale: #363636. Windows color (decimal): -10611334 or 8000862. OLE color: 8000862.
HSL color Cylindrical-coordinate representation of color #5E157A: hue angle of 283.37º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E157A is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 21 | 122 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.52 |
| HSL | 283.37º | 0.71% | 0.28% | - |
| HSV(B) | 283.37º | 0.83% | 0.48% | - |
| XYZ | 8.4 | 4.32 | 18.8 | - |
| YUV | 54.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 122 | 0.23 | 0.83 | 0 | 0.52 | 283.37 | 0.71 | 0.28 |
| Hex | 5E | 15 | 7A | 17 | 53 | 0 | 34 | 11B | 47 | 1C |
| Octal | 136 | 25 | 172 | 27 | 123 | 0 | 64 | 433 | 107 | 34 |
| Binary | 1011110 | 10101 | 1111010 | 10111 | 1010011 | 0 | 110100 | 100011011 | 1000111 | 11100 |
Color Harmonies of #5E157A
Complementary color
Monochromatic Colors of #5E157A
Black with #5E157A
Text Example
Text Example
White with #5E157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E157A; }
p { color: rgb(94,21,122); }
H1.HeaderClassName
{
color: #5E157A;
}
.AnyTagClassName
{
color: #5E157A;
}
</style>
background-color css
<style>
a { background-color: #5E157A; }
a { background-color: rgb(94,21,122); }
div.DivClassName
{
background-color: #5E157A;
}
.BgClassName
{
background-color: #5E157A;
}
</style>
border-color css
<style>
span { border-color: #5E157A; }
span { border-color: rgb(94,21,122); }
td.TdClassName
{
border-color: #5E157A;
}
.TagClassName
{
border-color: #5E157A;
}
</style>