Shades of Indigo #5A0070
Tints of Indigo #5A0070
RGB
CMYK
RGB Variations
Color information
#5A0070 (or 0x5A0070) is known color: Indigo. HEX triplet: 5A, 00 and 70. RGB value is (90,0,112). Sum of RGB (Red+Green+Blue) = 90+0+112=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0070 is #A5FF8F. Grayscale: #272727. Windows color (decimal): -10878864 or 7340122. OLE color: 7340122.
HSL color Cylindrical-coordinate representation of color #5A0070: hue angle of 288.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0070 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 0 | 112 | - |
| CMYK | 0.20 | 1 | 0 | 0.56 |
| HSL | 288.21º | 1% | 0.22% | - |
| HSV(B) | 288.21º | 1% | 0.44% | - |
| XYZ | 7.14 | 3.34 | 15.6 | - |
| YUV | 39.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 112 | 0.20 | 1 | 0 | 0.56 | 288.21 | 1 | 0.22 |
| Hex | 5A | 0 | 70 | 14 | 64 | 0 | 38 | 120 | 64 | 16 |
| Octal | 132 | 0 | 160 | 24 | 144 | 0 | 70 | 440 | 144 | 26 |
| Binary | 1011010 | 0 | 1110000 | 10100 | 1100100 | 0 | 111000 | 100100000 | 1100100 | 10110 |
Color Harmonies of #5A0070
Complementary color
Monochromatic Colors of #5A0070
Black with #5A0070
Text Example
Text Example
White with #5A0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0070; }
p { color: rgb(90,0,112); }
H1.HeaderClassName
{
color: #5A0070;
}
.AnyTagClassName
{
color: #5A0070;
}
</style>
background-color css
<style>
a { background-color: #5A0070; }
a { background-color: rgb(90,0,112); }
div.DivClassName
{
background-color: #5A0070;
}
.BgClassName
{
background-color: #5A0070;
}
</style>
border-color css
<style>
span { border-color: #5A0070; }
span { border-color: rgb(90,0,112); }
td.TdClassName
{
border-color: #5A0070;
}
.TagClassName
{
border-color: #5A0070;
}
</style>