Shades of Indigo #5C1573
Tints of Indigo #5C1573
RGB
CMYK
RGB Variations
Color information
#5C1573 (or 0x5C1573) is known color: Indigo. HEX triplet: 5C, 15 and 73. RGB value is (92,21,115). Sum of RGB (Red+Green+Blue) = 92+21+115=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C1573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1573 is #A3EA8C. Grayscale: #343434. Windows color (decimal): -10742413 or 7542108. OLE color: 7542108.
HSL color Cylindrical-coordinate representation of color #5C1573: hue angle of 285.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1573 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 21 | 115 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.55 |
| HSL | 285.32º | 0.69% | 0.27% | - |
| HSV(B) | 285.32º | 0.82% | 0.45% | - |
| XYZ | 7.78 | 4.05 | 16.59 | - |
| YUV | 52.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 115 | 0.20 | 0.82 | 0 | 0.55 | 285.32 | 0.69 | 0.27 |
| Hex | 5C | 15 | 73 | 14 | 52 | 0 | 37 | 11D | 45 | 1B |
| Octal | 134 | 25 | 163 | 24 | 122 | 0 | 67 | 435 | 105 | 33 |
| Binary | 1011100 | 10101 | 1110011 | 10100 | 1010010 | 0 | 110111 | 100011101 | 1000101 | 11011 |
Color Harmonies of #5C1573
Complementary color
Monochromatic Colors of #5C1573
Black with #5C1573
Text Example
Text Example
White with #5C1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1573; }
p { color: rgb(92,21,115); }
H1.HeaderClassName
{
color: #5C1573;
}
.AnyTagClassName
{
color: #5C1573;
}
</style>
background-color css
<style>
a { background-color: #5C1573; }
a { background-color: rgb(92,21,115); }
div.DivClassName
{
background-color: #5C1573;
}
.BgClassName
{
background-color: #5C1573;
}
</style>
border-color css
<style>
span { border-color: #5C1573; }
span { border-color: rgb(92,21,115); }
td.TdClassName
{
border-color: #5C1573;
}
.TagClassName
{
border-color: #5C1573;
}
</style>