Shades of Indigo #5A197D
Tints of Indigo #5A197D
RGB
CMYK
RGB Variations
Color information
#5A197D (or 0x5A197D) is known color: Indigo. HEX triplet: 5A, 19 and 7D. RGB value is (90,25,125). Sum of RGB (Red+Green+Blue) = 90+25+125=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A197D is #A5E682. Grayscale: #373737. Windows color (decimal): -10872451 or 8198490. OLE color: 8198490.
HSL color Cylindrical-coordinate representation of color #5A197D: hue angle of 279º 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 #5A197D is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 25 | 125 | - |
| CMYK | 0.28 | 0.8 | 0 | 0.51 |
| HSL | 279º | 0.67% | 0.29% | - |
| HSV(B) | 279º | 0.8% | 0.49% | - |
| XYZ | 8.27 | 4.35 | 19.81 | - |
| YUV | 55.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 125 | 0.28 | 0.8 | 0 | 0.51 | 279 | 0.67 | 0.29 |
| Hex | 5A | 19 | 7D | 1C | 50 | 0 | 33 | 117 | 43 | 1D |
| Octal | 132 | 31 | 175 | 34 | 120 | 0 | 63 | 427 | 103 | 35 |
| Binary | 1011010 | 11001 | 1111101 | 11100 | 1010000 | 0 | 110011 | 100010111 | 1000011 | 11101 |
Color Harmonies of #5A197D
Complementary color
Monochromatic Colors of #5A197D
Black with #5A197D
Text Example
Text Example
White with #5A197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A197D; }
p { color: rgb(90,25,125); }
H1.HeaderClassName
{
color: #5A197D;
}
.AnyTagClassName
{
color: #5A197D;
}
</style>
background-color css
<style>
a { background-color: #5A197D; }
a { background-color: rgb(90,25,125); }
div.DivClassName
{
background-color: #5A197D;
}
.BgClassName
{
background-color: #5A197D;
}
</style>
border-color css
<style>
span { border-color: #5A197D; }
span { border-color: rgb(90,25,125); }
td.TdClassName
{
border-color: #5A197D;
}
.TagClassName
{
border-color: #5A197D;
}
</style>