Shades of Indigo #5C109C
Tints of Indigo #5C109C
RGB
CMYK
RGB Variations
Color information
#5C109C (or 0x5C109C) is known color: Indigo. HEX triplet: 5C, 10 and 9C. RGB value is (92,16,156). Sum of RGB (Red+Green+Blue) = 92+16+156=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C109C is #A3EF63. Grayscale: #363636. Windows color (decimal): -10743652 or 10227804. OLE color: 10227804.
HSL color Cylindrical-coordinate representation of color #5C109C: hue angle of 272.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C109C is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 16 | 156 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.39 |
| HSL | 272.57º | 0.81% | 0.34% | - |
| HSV(B) | 272.57º | 0.9% | 0.61% | - |
| XYZ | 10.6 | 5.05 | 31.87 | - |
| YUV | 54.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 156 | 0.41 | 0.90 | 0 | 0.39 | 272.57 | 0.81 | 0.34 |
| Hex | 5C | 10 | 9C | 29 | 5A | 0 | 27 | 111 | 51 | 22 |
| Octal | 134 | 20 | 234 | 51 | 132 | 0 | 47 | 421 | 121 | 42 |
| Binary | 1011100 | 10000 | 10011100 | 101001 | 1011010 | 0 | 100111 | 100010001 | 1010001 | 100010 |
Color Harmonies of #5C109C
Complementary color
Monochromatic Colors of #5C109C
Black with #5C109C
Text Example
Text Example
White with #5C109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C109C; }
p { color: rgb(92,16,156); }
H1.HeaderClassName
{
color: #5C109C;
}
.AnyTagClassName
{
color: #5C109C;
}
</style>
background-color css
<style>
a { background-color: #5C109C; }
a { background-color: rgb(92,16,156); }
div.DivClassName
{
background-color: #5C109C;
}
.BgClassName
{
background-color: #5C109C;
}
</style>
border-color css
<style>
span { border-color: #5C109C; }
span { border-color: rgb(92,16,156); }
td.TdClassName
{
border-color: #5C109C;
}
.TagClassName
{
border-color: #5C109C;
}
</style>