Shades of Indigo #5A1571
Tints of Indigo #5A1571
RGB
CMYK
RGB Variations
Color information
#5A1571 (or 0x5A1571) is known color: Indigo. HEX triplet: 5A, 15 and 71. RGB value is (90,21,113). Sum of RGB (Red+Green+Blue) = 90+21+113=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A1571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1571 is #A5EA8E. Grayscale: #333333. Windows color (decimal): -10873487 or 7411034. OLE color: 7411034.
HSL color Cylindrical-coordinate representation of color #5A1571: hue angle of 285º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1571 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 21 | 113 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.56 |
| HSL | 285º | 0.69% | 0.26% | - |
| HSV(B) | 285º | 0.81% | 0.44% | - |
| XYZ | 7.47 | 3.9 | 15.98 | - |
| YUV | 52.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 113 | 0.20 | 0.81 | 0 | 0.56 | 285 | 0.69 | 0.26 |
| Hex | 5A | 15 | 71 | 14 | 51 | 0 | 38 | 11D | 45 | 1A |
| Octal | 132 | 25 | 161 | 24 | 121 | 0 | 70 | 435 | 105 | 32 |
| Binary | 1011010 | 10101 | 1110001 | 10100 | 1010001 | 0 | 111000 | 100011101 | 1000101 | 11010 |
Color Harmonies of #5A1571
Complementary color
Monochromatic Colors of #5A1571
Black with #5A1571
Text Example
Text Example
White with #5A1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1571; }
p { color: rgb(90,21,113); }
H1.HeaderClassName
{
color: #5A1571;
}
.AnyTagClassName
{
color: #5A1571;
}
</style>
background-color css
<style>
a { background-color: #5A1571; }
a { background-color: rgb(90,21,113); }
div.DivClassName
{
background-color: #5A1571;
}
.BgClassName
{
background-color: #5A1571;
}
</style>
border-color css
<style>
span { border-color: #5A1571; }
span { border-color: rgb(90,21,113); }
td.TdClassName
{
border-color: #5A1571;
}
.TagClassName
{
border-color: #5A1571;
}
</style>