Shades of Indigo #5A15A2
Tints of Indigo #5A15A2
RGB
CMYK
RGB Variations
Color information
#5A15A2 (or 0x5A15A2) is known color: Indigo. HEX triplet: 5A, 15 and A2. RGB value is (90,21,162). Sum of RGB (Red+Green+Blue) = 90+21+162=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #5A15A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A15A2 is #A5EA5D. Grayscale: #393939. Windows color (decimal): -10873438 or 10622298. OLE color: 10622298.
HSL color Cylindrical-coordinate representation of color #5A15A2: hue angle of 269.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A15A2 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 21 | 162 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.36 |
| HSL | 269.36º | 0.77% | 0.36% | - |
| HSV(B) | 269.36º | 0.87% | 0.64% | - |
| XYZ | 11.01 | 5.32 | 34.63 | - |
| YUV | 57.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 162 | 0.44 | 0.87 | 0 | 0.36 | 269.36 | 0.77 | 0.36 |
| Hex | 5A | 15 | A2 | 2C | 57 | 0 | 24 | 10D | 4D | 24 |
| Octal | 132 | 25 | 242 | 54 | 127 | 0 | 44 | 415 | 115 | 44 |
| Binary | 1011010 | 10101 | 10100010 | 101100 | 1010111 | 0 | 100100 | 100001101 | 1001101 | 100100 |
Color Harmonies of #5A15A2
Complementary color
Monochromatic Colors of #5A15A2
Black with #5A15A2
Text Example
Text Example
White with #5A15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A15A2; }
p { color: rgb(90,21,162); }
H1.HeaderClassName
{
color: #5A15A2;
}
.AnyTagClassName
{
color: #5A15A2;
}
</style>
background-color css
<style>
a { background-color: #5A15A2; }
a { background-color: rgb(90,21,162); }
div.DivClassName
{
background-color: #5A15A2;
}
.BgClassName
{
background-color: #5A15A2;
}
</style>
border-color css
<style>
span { border-color: #5A15A2; }
span { border-color: rgb(90,21,162); }
td.TdClassName
{
border-color: #5A15A2;
}
.TagClassName
{
border-color: #5A15A2;
}
</style>