Shades of Indigo #5C1170
Tints of Indigo #5C1170
RGB
CMYK
RGB Variations
Color information
#5C1170 (or 0x5C1170) is known color: Indigo. HEX triplet: 5C, 11 and 70. RGB value is (92,17,112). Sum of RGB (Red+Green+Blue) = 92+17+112=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1170 is #A3EE8F. Grayscale: #313131. Windows color (decimal): -10743440 or 7344476. OLE color: 7344476.
HSL color Cylindrical-coordinate representation of color #5C1170: hue angle of 287.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1170 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 17 | 112 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.56 |
| HSL | 287.37º | 0.74% | 0.25% | - |
| HSV(B) | 287.37º | 0.85% | 0.44% | - |
| XYZ | 7.54 | 3.85 | 15.67 | - |
| YUV | 50.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 112 | 0.18 | 0.85 | 0 | 0.56 | 287.37 | 0.74 | 0.25 |
| Hex | 5C | 11 | 70 | 12 | 55 | 0 | 38 | 11F | 4A | 19 |
| Octal | 134 | 21 | 160 | 22 | 125 | 0 | 70 | 437 | 112 | 31 |
| Binary | 1011100 | 10001 | 1110000 | 10010 | 1010101 | 0 | 111000 | 100011111 | 1001010 | 11001 |
Color Harmonies of #5C1170
Complementary color
Monochromatic Colors of #5C1170
Black with #5C1170
Text Example
Text Example
White with #5C1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1170; }
p { color: rgb(92,17,112); }
H1.HeaderClassName
{
color: #5C1170;
}
.AnyTagClassName
{
color: #5C1170;
}
</style>
background-color css
<style>
a { background-color: #5C1170; }
a { background-color: rgb(92,17,112); }
div.DivClassName
{
background-color: #5C1170;
}
.BgClassName
{
background-color: #5C1170;
}
</style>
border-color css
<style>
span { border-color: #5C1170; }
span { border-color: rgb(92,17,112); }
td.TdClassName
{
border-color: #5C1170;
}
.TagClassName
{
border-color: #5C1170;
}
</style>