Shades of Indigo #5C0AA6
Tints of Indigo #5C0AA6
RGB
CMYK
RGB Variations
Color information
#5C0AA6 (or 0x5C0AA6) is known color: Indigo. HEX triplet: 5C, 0A and A6. RGB value is (92,10,166). Sum of RGB (Red+Green+Blue) = 92+10+166=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C0AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AA6 is #A3F559. Grayscale: #333333. Windows color (decimal): -10745178 or 10881628. OLE color: 10881628.
HSL color Cylindrical-coordinate representation of color #5C0AA6: hue angle of 271.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AA6 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 10 | 166 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.35 |
| HSL | 271.54º | 0.89% | 0.35% | - |
| HSV(B) | 271.54º | 0.94% | 0.65% | - |
| XYZ | 11.41 | 5.25 | 36.49 | - |
| YUV | 52.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 166 | 0.45 | 0.94 | 0 | 0.35 | 271.54 | 0.89 | 0.35 |
| Hex | 5C | A | A6 | 2D | 5E | 0 | 23 | 110 | 59 | 23 |
| Octal | 134 | 12 | 246 | 55 | 136 | 0 | 43 | 420 | 131 | 43 |
| Binary | 1011100 | 1010 | 10100110 | 101101 | 1011110 | 0 | 100011 | 100010000 | 1011001 | 100011 |
Color Harmonies of #5C0AA6
Complementary color
Monochromatic Colors of #5C0AA6
Black with #5C0AA6
Text Example
Text Example
White with #5C0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AA6; }
p { color: rgb(92,10,166); }
H1.HeaderClassName
{
color: #5C0AA6;
}
.AnyTagClassName
{
color: #5C0AA6;
}
</style>
background-color css
<style>
a { background-color: #5C0AA6; }
a { background-color: rgb(92,10,166); }
div.DivClassName
{
background-color: #5C0AA6;
}
.BgClassName
{
background-color: #5C0AA6;
}
</style>
border-color css
<style>
span { border-color: #5C0AA6; }
span { border-color: rgb(92,10,166); }
td.TdClassName
{
border-color: #5C0AA6;
}
.TagClassName
{
border-color: #5C0AA6;
}
</style>