Shades of Indigo #5A0972
Tints of Indigo #5A0972
RGB
CMYK
RGB Variations
Color information
#5A0972 (or 0x5A0972) is known color: Indigo. HEX triplet: 5A, 09 and 72. RGB value is (90,9,114). Sum of RGB (Red+Green+Blue) = 90+9+114=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A0972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0972 is #A5F68D. Grayscale: #2C2C2C. Windows color (decimal): -10876558 or 7473498. OLE color: 7473498.
HSL color Cylindrical-coordinate representation of color #5A0972: hue angle of 286.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0972 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 9 | 114 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.55 |
| HSL | 286.29º | 0.85% | 0.24% | - |
| HSV(B) | 286.29º | 0.92% | 0.45% | - |
| XYZ | 7.35 | 3.58 | 16.22 | - |
| YUV | 45.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 114 | 0.21 | 0.92 | 0 | 0.55 | 286.29 | 0.85 | 0.24 |
| Hex | 5A | 9 | 72 | 15 | 5C | 0 | 37 | 11E | 55 | 18 |
| Octal | 132 | 11 | 162 | 25 | 134 | 0 | 67 | 436 | 125 | 30 |
| Binary | 1011010 | 1001 | 1110010 | 10101 | 1011100 | 0 | 110111 | 100011110 | 1010101 | 11000 |
Color Harmonies of #5A0972
Complementary color
Monochromatic Colors of #5A0972
Black with #5A0972
Text Example
Text Example
White with #5A0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0972; }
p { color: rgb(90,9,114); }
H1.HeaderClassName
{
color: #5A0972;
}
.AnyTagClassName
{
color: #5A0972;
}
</style>
background-color css
<style>
a { background-color: #5A0972; }
a { background-color: rgb(90,9,114); }
div.DivClassName
{
background-color: #5A0972;
}
.BgClassName
{
background-color: #5A0972;
}
</style>
border-color css
<style>
span { border-color: #5A0972; }
span { border-color: rgb(90,9,114); }
td.TdClassName
{
border-color: #5A0972;
}
.TagClassName
{
border-color: #5A0972;
}
</style>