Shades of Indigo #5A0470
Tints of Indigo #5A0470
RGB
CMYK
RGB Variations
Color information
#5A0470 (or 0x5A0470) is known color: Indigo. HEX triplet: 5A, 04 and 70. RGB value is (90,4,112). Sum of RGB (Red+Green+Blue) = 90+4+112=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0470 is #A5FB8F. Grayscale: #292929. Windows color (decimal): -10877840 or 7341146. OLE color: 7341146.
HSL color Cylindrical-coordinate representation of color #5A0470: hue angle of 287.78º degrees, saturation: 0.93, 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 #5A0470 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 4 | 112 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.56 |
| HSL | 287.78º | 0.93% | 0.23% | - |
| HSV(B) | 287.78º | 0.96% | 0.44% | - |
| XYZ | 7.18 | 3.43 | 15.61 | - |
| YUV | 42.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 112 | 0.20 | 0.96 | 0 | 0.56 | 287.78 | 0.93 | 0.23 |
| Hex | 5A | 4 | 70 | 14 | 60 | 0 | 38 | 120 | 5D | 17 |
| Octal | 132 | 4 | 160 | 24 | 140 | 0 | 70 | 440 | 135 | 27 |
| Binary | 1011010 | 100 | 1110000 | 10100 | 1100000 | 0 | 111000 | 100100000 | 1011101 | 10111 |
Color Harmonies of #5A0470
Complementary color
Monochromatic Colors of #5A0470
Black with #5A0470
Text Example
Text Example
White with #5A0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0470; }
p { color: rgb(90,4,112); }
H1.HeaderClassName
{
color: #5A0470;
}
.AnyTagClassName
{
color: #5A0470;
}
</style>
background-color css
<style>
a { background-color: #5A0470; }
a { background-color: rgb(90,4,112); }
div.DivClassName
{
background-color: #5A0470;
}
.BgClassName
{
background-color: #5A0470;
}
</style>
border-color css
<style>
span { border-color: #5A0470; }
span { border-color: rgb(90,4,112); }
td.TdClassName
{
border-color: #5A0470;
}
.TagClassName
{
border-color: #5A0470;
}
</style>