Shades of Indigo #5E197A
Tints of Indigo #5E197A
RGB
CMYK
RGB Variations
Color information
#5E197A (or 0x5E197A) is known color: Indigo. HEX triplet: 5E, 19 and 7A. RGB value is (94,25,122). Sum of RGB (Red+Green+Blue) = 94+25+122=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E197A is #A1E685. Grayscale: #383838. Windows color (decimal): -10610310 or 8001886. OLE color: 8001886.
HSL color Cylindrical-coordinate representation of color #5E197A: hue angle of 282.68º degrees, saturation: 0.66, 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 #5E197A is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 25 | 122 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.52 |
| HSL | 282.68º | 0.66% | 0.29% | - |
| HSV(B) | 282.68º | 0.8% | 0.48% | - |
| XYZ | 8.48 | 4.48 | 18.83 | - |
| YUV | 56.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 122 | 0.23 | 0.80 | 0 | 0.52 | 282.68 | 0.66 | 0.29 |
| Hex | 5E | 19 | 7A | 17 | 50 | 0 | 34 | 11B | 42 | 1D |
| Octal | 136 | 31 | 172 | 27 | 120 | 0 | 64 | 433 | 102 | 35 |
| Binary | 1011110 | 11001 | 1111010 | 10111 | 1010000 | 0 | 110100 | 100011011 | 1000010 | 11101 |
Color Harmonies of #5E197A
Complementary color
Monochromatic Colors of #5E197A
Black with #5E197A
Text Example
Text Example
White with #5E197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E197A; }
p { color: rgb(94,25,122); }
H1.HeaderClassName
{
color: #5E197A;
}
.AnyTagClassName
{
color: #5E197A;
}
</style>
background-color css
<style>
a { background-color: #5E197A; }
a { background-color: rgb(94,25,122); }
div.DivClassName
{
background-color: #5E197A;
}
.BgClassName
{
background-color: #5E197A;
}
</style>
border-color css
<style>
span { border-color: #5E197A; }
span { border-color: rgb(94,25,122); }
td.TdClassName
{
border-color: #5E197A;
}
.TagClassName
{
border-color: #5E197A;
}
</style>