Shades of Indigo #5C0AA9
Tints of Indigo #5C0AA9
RGB
CMYK
RGB Variations
Color information
#5C0AA9 (or 0x5C0AA9) is known color: Indigo. HEX triplet: 5C, 0A and A9. RGB value is (92,10,169). Sum of RGB (Red+Green+Blue) = 92+10+169=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AA9 is #A3F556. Grayscale: #343434. Windows color (decimal): -10745175 or 11078236. OLE color: 11078236.
HSL color Cylindrical-coordinate representation of color #5C0AA9: hue angle of 270.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AA9 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 10 | 169 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.34 |
| HSL | 270.94º | 0.89% | 0.35% | - |
| HSV(B) | 270.94º | 0.94% | 0.66% | - |
| XYZ | 11.68 | 5.36 | 37.95 | - |
| YUV | 52.64 | 193.67 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 169 | 0.46 | 0.94 | 0 | 0.34 | 270.94 | 0.89 | 0.35 |
| Hex | 5C | A | A9 | 2E | 5E | 0 | 22 | 10F | 59 | 23 |
| Octal | 134 | 12 | 251 | 56 | 136 | 0 | 42 | 417 | 131 | 43 |
| Binary | 1011100 | 1010 | 10101001 | 101110 | 1011110 | 0 | 100010 | 100001111 | 1011001 | 100011 |
Color Harmonies of #5C0AA9
Complementary color
Monochromatic Colors of #5C0AA9
Black with #5C0AA9
Text Example
Text Example
White with #5C0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AA9; }
p { color: rgb(92,10,169); }
H1.HeaderClassName
{
color: #5C0AA9;
}
.AnyTagClassName
{
color: #5C0AA9;
}
</style>
background-color css
<style>
a { background-color: #5C0AA9; }
a { background-color: rgb(92,10,169); }
div.DivClassName
{
background-color: #5C0AA9;
}
.BgClassName
{
background-color: #5C0AA9;
}
</style>
border-color css
<style>
span { border-color: #5C0AA9; }
span { border-color: rgb(92,10,169); }
td.TdClassName
{
border-color: #5C0AA9;
}
.TagClassName
{
border-color: #5C0AA9;
}
</style>