Shades of Indigo #5C09A0
Tints of Indigo #5C09A0
RGB
CMYK
RGB Variations
Color information
#5C09A0 (or 0x5C09A0) is known color: Indigo. HEX triplet: 5C, 09 and A0. RGB value is (92,9,160). Sum of RGB (Red+Green+Blue) = 92+9+160=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #5C09A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C09A0 is #A3F65F. Grayscale: #323232. Windows color (decimal): -10745440 or 10488156. OLE color: 10488156.
HSL color Cylindrical-coordinate representation of color #5C09A0: hue angle of 272.98º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C09A0 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 9 | 160 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.37 |
| HSL | 272.98º | 0.89% | 0.33% | - |
| HSV(B) | 272.98º | 0.94% | 0.63% | - |
| XYZ | 10.86 | 5.01 | 33.65 | - |
| YUV | 51.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 160 | 0.43 | 0.94 | 0 | 0.37 | 272.98 | 0.89 | 0.33 |
| Hex | 5C | 9 | A0 | 2B | 5E | 0 | 25 | 111 | 59 | 21 |
| Octal | 134 | 11 | 240 | 53 | 136 | 0 | 45 | 421 | 131 | 41 |
| Binary | 1011100 | 1001 | 10100000 | 101011 | 1011110 | 0 | 100101 | 100010001 | 1011001 | 100001 |
Color Harmonies of #5C09A0
Complementary color
Monochromatic Colors of #5C09A0
Black with #5C09A0
Text Example
Text Example
White with #5C09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C09A0; }
p { color: rgb(92,9,160); }
H1.HeaderClassName
{
color: #5C09A0;
}
.AnyTagClassName
{
color: #5C09A0;
}
</style>
background-color css
<style>
a { background-color: #5C09A0; }
a { background-color: rgb(92,9,160); }
div.DivClassName
{
background-color: #5C09A0;
}
.BgClassName
{
background-color: #5C09A0;
}
</style>
border-color css
<style>
span { border-color: #5C09A0; }
span { border-color: rgb(92,9,160); }
td.TdClassName
{
border-color: #5C09A0;
}
.TagClassName
{
border-color: #5C09A0;
}
</style>