Shades of Indigo #5A197E
Tints of Indigo #5A197E
RGB
CMYK
RGB Variations
Color information
#5A197E (or 0x5A197E) is known color: Indigo. HEX triplet: 5A, 19 and 7E. RGB value is (90,25,126). Sum of RGB (Red+Green+Blue) = 90+25+126=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A197E is #A5E681. Grayscale: #373737. Windows color (decimal): -10872450 or 8264026. OLE color: 8264026.
HSL color Cylindrical-coordinate representation of color #5A197E: hue angle of 278.61º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A197E is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 25 | 126 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.51 |
| HSL | 278.61º | 0.67% | 0.3% | - |
| HSV(B) | 278.61º | 0.8% | 0.49% | - |
| XYZ | 8.33 | 4.38 | 20.14 | - |
| YUV | 55.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 126 | 0.29 | 0.80 | 0 | 0.51 | 278.61 | 0.67 | 0.3 |
| Hex | 5A | 19 | 7E | 1D | 50 | 0 | 33 | 117 | 43 | 1E |
| Octal | 132 | 31 | 176 | 35 | 120 | 0 | 63 | 427 | 103 | 36 |
| Binary | 1011010 | 11001 | 1111110 | 11101 | 1010000 | 0 | 110011 | 100010111 | 1000011 | 11110 |
Color Harmonies of #5A197E
Complementary color
Monochromatic Colors of #5A197E
Black with #5A197E
Text Example
Text Example
White with #5A197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A197E; }
p { color: rgb(90,25,126); }
H1.HeaderClassName
{
color: #5A197E;
}
.AnyTagClassName
{
color: #5A197E;
}
</style>
background-color css
<style>
a { background-color: #5A197E; }
a { background-color: rgb(90,25,126); }
div.DivClassName
{
background-color: #5A197E;
}
.BgClassName
{
background-color: #5A197E;
}
</style>
border-color css
<style>
span { border-color: #5A197E; }
span { border-color: rgb(90,25,126); }
td.TdClassName
{
border-color: #5A197E;
}
.TagClassName
{
border-color: #5A197E;
}
</style>