Shades of Indigo #5C0CA0
Tints of Indigo #5C0CA0
RGB
CMYK
RGB Variations
Color information
#5C0CA0 (or 0x5C0CA0) is known color: Indigo. HEX triplet: 5C, 0C and A0. RGB value is (92,12,160). Sum of RGB (Red+Green+Blue) = 92+12+160=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #5C0CA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0CA0 is #A3F35F. Grayscale: #343434. Windows color (decimal): -10744672 or 10488924. OLE color: 10488924.
HSL color Cylindrical-coordinate representation of color #5C0CA0: hue angle of 272.43º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0CA0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 12 | 160 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.37 |
| HSL | 272.43º | 0.86% | 0.34% | - |
| HSV(B) | 272.43º | 0.93% | 0.63% | - |
| XYZ | 10.89 | 5.08 | 33.66 | - |
| YUV | 52.79 | 188.5 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 160 | 0.43 | 0.93 | 0 | 0.37 | 272.43 | 0.86 | 0.34 |
| Hex | 5C | C | A0 | 2B | 5D | 0 | 25 | 110 | 56 | 22 |
| Octal | 134 | 14 | 240 | 53 | 135 | 0 | 45 | 420 | 126 | 42 |
| Binary | 1011100 | 1100 | 10100000 | 101011 | 1011101 | 0 | 100101 | 100010000 | 1010110 | 100010 |
Color Harmonies of #5C0CA0
Complementary color
Monochromatic Colors of #5C0CA0
Black with #5C0CA0
Text Example
Text Example
White with #5C0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CA0; }
p { color: rgb(92,12,160); }
H1.HeaderClassName
{
color: #5C0CA0;
}
.AnyTagClassName
{
color: #5C0CA0;
}
</style>
background-color css
<style>
a { background-color: #5C0CA0; }
a { background-color: rgb(92,12,160); }
div.DivClassName
{
background-color: #5C0CA0;
}
.BgClassName
{
background-color: #5C0CA0;
}
</style>
border-color css
<style>
span { border-color: #5C0CA0; }
span { border-color: rgb(92,12,160); }
td.TdClassName
{
border-color: #5C0CA0;
}
.TagClassName
{
border-color: #5C0CA0;
}
</style>