Shades of Indigo #5A1575
Tints of Indigo #5A1575
RGB
CMYK
RGB Variations
Color information
#5A1575 (or 0x5A1575) is known color: Indigo. HEX triplet: 5A, 15 and 75. RGB value is (90,21,117). Sum of RGB (Red+Green+Blue) = 90+21+117=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A1575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1575 is #A5EA8A. Grayscale: #343434. Windows color (decimal): -10873483 or 7673178. OLE color: 7673178.
HSL color Cylindrical-coordinate representation of color #5A1575: hue angle of 283.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1575 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 21 | 117 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.54 |
| HSL | 283.13º | 0.7% | 0.27% | - |
| HSV(B) | 283.13º | 0.82% | 0.46% | - |
| XYZ | 7.7 | 3.99 | 17.2 | - |
| YUV | 52.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 117 | 0.23 | 0.82 | 0 | 0.54 | 283.13 | 0.7 | 0.27 |
| Hex | 5A | 15 | 75 | 17 | 52 | 0 | 36 | 11B | 46 | 1B |
| Octal | 132 | 25 | 165 | 27 | 122 | 0 | 66 | 433 | 106 | 33 |
| Binary | 1011010 | 10101 | 1110101 | 10111 | 1010010 | 0 | 110110 | 100011011 | 1000110 | 11011 |
Color Harmonies of #5A1575
Complementary color
Monochromatic Colors of #5A1575
Black with #5A1575
Text Example
Text Example
White with #5A1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1575; }
p { color: rgb(90,21,117); }
H1.HeaderClassName
{
color: #5A1575;
}
.AnyTagClassName
{
color: #5A1575;
}
</style>
background-color css
<style>
a { background-color: #5A1575; }
a { background-color: rgb(90,21,117); }
div.DivClassName
{
background-color: #5A1575;
}
.BgClassName
{
background-color: #5A1575;
}
</style>
border-color css
<style>
span { border-color: #5A1575; }
span { border-color: rgb(90,21,117); }
td.TdClassName
{
border-color: #5A1575;
}
.TagClassName
{
border-color: #5A1575;
}
</style>