Shades of Indigo #5A0570
Tints of Indigo #5A0570
RGB
CMYK
RGB Variations
Color information
#5A0570 (or 0x5A0570) is known color: Indigo. HEX triplet: 5A, 05 and 70. RGB value is (90,5,112). Sum of RGB (Red+Green+Blue) = 90+5+112=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0570 is #A5FA8F. Grayscale: #2A2A2A. Windows color (decimal): -10877584 or 7341402. OLE color: 7341402.
HSL color Cylindrical-coordinate representation of color #5A0570: hue angle of 287.66º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0570 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 5 | 112 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.56 |
| HSL | 287.66º | 0.91% | 0.23% | - |
| HSV(B) | 287.66º | 0.96% | 0.44% | - |
| XYZ | 7.2 | 3.45 | 15.62 | - |
| YUV | 42.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 112 | 0.20 | 0.96 | 0 | 0.56 | 287.66 | 0.91 | 0.23 |
| Hex | 5A | 5 | 70 | 14 | 60 | 0 | 38 | 120 | 5B | 17 |
| Octal | 132 | 5 | 160 | 24 | 140 | 0 | 70 | 440 | 133 | 27 |
| Binary | 1011010 | 101 | 1110000 | 10100 | 1100000 | 0 | 111000 | 100100000 | 1011011 | 10111 |
Color Harmonies of #5A0570
Complementary color
Monochromatic Colors of #5A0570
Black with #5A0570
Text Example
Text Example
White with #5A0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0570; }
p { color: rgb(90,5,112); }
H1.HeaderClassName
{
color: #5A0570;
}
.AnyTagClassName
{
color: #5A0570;
}
</style>
background-color css
<style>
a { background-color: #5A0570; }
a { background-color: rgb(90,5,112); }
div.DivClassName
{
background-color: #5A0570;
}
.BgClassName
{
background-color: #5A0570;
}
</style>
border-color css
<style>
span { border-color: #5A0570; }
span { border-color: rgb(90,5,112); }
td.TdClassName
{
border-color: #5A0570;
}
.TagClassName
{
border-color: #5A0570;
}
</style>