Shades of Indigo #5C1577
Tints of Indigo #5C1577
RGB
CMYK
RGB Variations
Color information
#5C1577 (or 0x5C1577) is known color: Indigo. HEX triplet: 5C, 15 and 77. RGB value is (92,21,119). Sum of RGB (Red+Green+Blue) = 92+21+119=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C1577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1577 is #A3EA88. Grayscale: #353535. Windows color (decimal): -10742409 or 7804252. OLE color: 7804252.
HSL color Cylindrical-coordinate representation of color #5C1577: hue angle of 283.47º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1577 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 21 | 119 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.53 |
| HSL | 283.47º | 0.7% | 0.27% | - |
| HSV(B) | 283.47º | 0.82% | 0.47% | - |
| XYZ | 8.01 | 4.14 | 17.83 | - |
| YUV | 53.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 119 | 0.23 | 0.82 | 0 | 0.53 | 283.47 | 0.7 | 0.27 |
| Hex | 5C | 15 | 77 | 17 | 52 | 0 | 35 | 11B | 46 | 1B |
| Octal | 134 | 25 | 167 | 27 | 122 | 0 | 65 | 433 | 106 | 33 |
| Binary | 1011100 | 10101 | 1110111 | 10111 | 1010010 | 0 | 110101 | 100011011 | 1000110 | 11011 |
Color Harmonies of #5C1577
Complementary color
Monochromatic Colors of #5C1577
Black with #5C1577
Text Example
Text Example
White with #5C1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1577; }
p { color: rgb(92,21,119); }
H1.HeaderClassName
{
color: #5C1577;
}
.AnyTagClassName
{
color: #5C1577;
}
</style>
background-color css
<style>
a { background-color: #5C1577; }
a { background-color: rgb(92,21,119); }
div.DivClassName
{
background-color: #5C1577;
}
.BgClassName
{
background-color: #5C1577;
}
</style>
border-color css
<style>
span { border-color: #5C1577; }
span { border-color: rgb(92,21,119); }
td.TdClassName
{
border-color: #5C1577;
}
.TagClassName
{
border-color: #5C1577;
}
</style>