Shades of Indigo #5C0C9C
Tints of Indigo #5C0C9C
RGB
CMYK
RGB Variations
Color information
#5C0C9C (or 0x5C0C9C) is known color: Indigo. HEX triplet: 5C, 0C and 9C. RGB value is (92,12,156). Sum of RGB (Red+Green+Blue) = 92+12+156=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C0C9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0C9C is #A3F363. Grayscale: #333333. Windows color (decimal): -10744676 or 10226780. OLE color: 10226780.
HSL color Cylindrical-coordinate representation of color #5C0C9C: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0C9C is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 12 | 156 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.39 |
| HSL | 273.33º | 0.86% | 0.33% | - |
| HSV(B) | 273.33º | 0.92% | 0.61% | - |
| XYZ | 10.55 | 4.94 | 31.85 | - |
| YUV | 52.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 156 | 0.41 | 0.92 | 0 | 0.39 | 273.33 | 0.86 | 0.33 |
| Hex | 5C | C | 9C | 29 | 5C | 0 | 27 | 111 | 56 | 21 |
| Octal | 134 | 14 | 234 | 51 | 134 | 0 | 47 | 421 | 126 | 41 |
| Binary | 1011100 | 1100 | 10011100 | 101001 | 1011100 | 0 | 100111 | 100010001 | 1010110 | 100001 |
Color Harmonies of #5C0C9C
Complementary color
Monochromatic Colors of #5C0C9C
Black with #5C0C9C
Text Example
Text Example
White with #5C0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C9C; }
p { color: rgb(92,12,156); }
H1.HeaderClassName
{
color: #5C0C9C;
}
.AnyTagClassName
{
color: #5C0C9C;
}
</style>
background-color css
<style>
a { background-color: #5C0C9C; }
a { background-color: rgb(92,12,156); }
div.DivClassName
{
background-color: #5C0C9C;
}
.BgClassName
{
background-color: #5C0C9C;
}
</style>
border-color css
<style>
span { border-color: #5C0C9C; }
span { border-color: rgb(92,12,156); }
td.TdClassName
{
border-color: #5C0C9C;
}
.TagClassName
{
border-color: #5C0C9C;
}
</style>