Shades of Indigo #5E197D
Tints of Indigo #5E197D
RGB
CMYK
RGB Variations
Color information
#5E197D (or 0x5E197D) is known color: Indigo. HEX triplet: 5E, 19 and 7D. RGB value is (94,25,125). Sum of RGB (Red+Green+Blue) = 94+25+125=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E197D is #A1E682. Grayscale: #383838. Windows color (decimal): -10610307 or 8198494. OLE color: 8198494.
HSL color Cylindrical-coordinate representation of color #5E197D: hue angle of 281.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E197D is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 25 | 125 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.51 |
| HSL | 281.4º | 0.67% | 0.29% | - |
| HSV(B) | 281.4º | 0.8% | 0.49% | - |
| XYZ | 8.67 | 4.56 | 19.82 | - |
| YUV | 57.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 125 | 0.25 | 0.8 | 0 | 0.51 | 281.4 | 0.67 | 0.29 |
| Hex | 5E | 19 | 7D | 19 | 50 | 0 | 33 | 119 | 43 | 1D |
| Octal | 136 | 31 | 175 | 31 | 120 | 0 | 63 | 431 | 103 | 35 |
| Binary | 1011110 | 11001 | 1111101 | 11001 | 1010000 | 0 | 110011 | 100011001 | 1000011 | 11101 |
Color Harmonies of #5E197D
Complementary color
Monochromatic Colors of #5E197D
Black with #5E197D
Text Example
Text Example
White with #5E197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E197D; }
p { color: rgb(94,25,125); }
H1.HeaderClassName
{
color: #5E197D;
}
.AnyTagClassName
{
color: #5E197D;
}
</style>
background-color css
<style>
a { background-color: #5E197D; }
a { background-color: rgb(94,25,125); }
div.DivClassName
{
background-color: #5E197D;
}
.BgClassName
{
background-color: #5E197D;
}
</style>
border-color css
<style>
span { border-color: #5E197D; }
span { border-color: rgb(94,25,125); }
td.TdClassName
{
border-color: #5E197D;
}
.TagClassName
{
border-color: #5E197D;
}
</style>