Shades of Indigo #5C1173
Tints of Indigo #5C1173
RGB
CMYK
RGB Variations
Color information
#5C1173 (or 0x5C1173) is known color: Indigo. HEX triplet: 5C, 11 and 73. RGB value is (92,17,115). Sum of RGB (Red+Green+Blue) = 92+17+115=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1173 is #A3EE8C. Grayscale: #323232. Windows color (decimal): -10743437 or 7541084. OLE color: 7541084.
HSL color Cylindrical-coordinate representation of color #5C1173: hue angle of 285.92º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1173 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 17 | 115 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.55 |
| HSL | 285.92º | 0.74% | 0.26% | - |
| HSV(B) | 285.92º | 0.85% | 0.45% | - |
| XYZ | 7.71 | 3.91 | 16.57 | - |
| YUV | 50.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 115 | 0.20 | 0.85 | 0 | 0.55 | 285.92 | 0.74 | 0.26 |
| Hex | 5C | 11 | 73 | 14 | 55 | 0 | 37 | 11E | 4A | 1A |
| Octal | 134 | 21 | 163 | 24 | 125 | 0 | 67 | 436 | 112 | 32 |
| Binary | 1011100 | 10001 | 1110011 | 10100 | 1010101 | 0 | 110111 | 100011110 | 1001010 | 11010 |
Color Harmonies of #5C1173
Complementary color
Monochromatic Colors of #5C1173
Black with #5C1173
Text Example
Text Example
White with #5C1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1173; }
p { color: rgb(92,17,115); }
H1.HeaderClassName
{
color: #5C1173;
}
.AnyTagClassName
{
color: #5C1173;
}
</style>
background-color css
<style>
a { background-color: #5C1173; }
a { background-color: rgb(92,17,115); }
div.DivClassName
{
background-color: #5C1173;
}
.BgClassName
{
background-color: #5C1173;
}
</style>
border-color css
<style>
span { border-color: #5C1173; }
span { border-color: rgb(92,17,115); }
td.TdClassName
{
border-color: #5C1173;
}
.TagClassName
{
border-color: #5C1173;
}
</style>