Shades of Indigo #5A1172
Tints of Indigo #5A1172
RGB
CMYK
RGB Variations
Color information
#5A1172 (or 0x5A1172) is known color: Indigo. HEX triplet: 5A, 11 and 72. RGB value is (90,17,114). Sum of RGB (Red+Green+Blue) = 90+17+114=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A1172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1172 is #A5EE8D. Grayscale: #313131. Windows color (decimal): -10874510 or 7475546. OLE color: 7475546.
HSL color Cylindrical-coordinate representation of color #5A1172: hue angle of 285.15º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1172 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 17 | 114 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.55 |
| HSL | 285.15º | 0.74% | 0.26% | - |
| HSV(B) | 285.15º | 0.85% | 0.45% | - |
| XYZ | 7.45 | 3.79 | 16.26 | - |
| YUV | 49.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 114 | 0.21 | 0.85 | 0 | 0.55 | 285.15 | 0.74 | 0.26 |
| Hex | 5A | 11 | 72 | 15 | 55 | 0 | 37 | 11D | 4A | 1A |
| Octal | 132 | 21 | 162 | 25 | 125 | 0 | 67 | 435 | 112 | 32 |
| Binary | 1011010 | 10001 | 1110010 | 10101 | 1010101 | 0 | 110111 | 100011101 | 1001010 | 11010 |
Color Harmonies of #5A1172
Complementary color
Monochromatic Colors of #5A1172
Black with #5A1172
Text Example
Text Example
White with #5A1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1172; }
p { color: rgb(90,17,114); }
H1.HeaderClassName
{
color: #5A1172;
}
.AnyTagClassName
{
color: #5A1172;
}
</style>
background-color css
<style>
a { background-color: #5A1172; }
a { background-color: rgb(90,17,114); }
div.DivClassName
{
background-color: #5A1172;
}
.BgClassName
{
background-color: #5A1172;
}
</style>
border-color css
<style>
span { border-color: #5A1172; }
span { border-color: rgb(90,17,114); }
td.TdClassName
{
border-color: #5A1172;
}
.TagClassName
{
border-color: #5A1172;
}
</style>