Shades of Indigo #5C1677
Tints of Indigo #5C1677
RGB
CMYK
RGB Variations
Color information
#5C1677 (or 0x5C1677) is known color: Indigo. HEX triplet: 5C, 16 and 77. RGB value is (92,22,119). Sum of RGB (Red+Green+Blue) = 92+22+119=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C1677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1677 is #A3E988. Grayscale: #353535. Windows color (decimal): -10742153 or 7804508. OLE color: 7804508.
HSL color Cylindrical-coordinate representation of color #5C1677: hue angle of 283.3º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1677 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 22 | 119 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.53 |
| HSL | 283.3º | 0.69% | 0.28% | - |
| HSV(B) | 283.3º | 0.82% | 0.47% | - |
| XYZ | 8.03 | 4.18 | 17.84 | - |
| YUV | 53.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 119 | 0.23 | 0.82 | 0 | 0.53 | 283.3 | 0.69 | 0.28 |
| Hex | 5C | 16 | 77 | 17 | 52 | 0 | 35 | 11B | 45 | 1C |
| Octal | 134 | 26 | 167 | 27 | 122 | 0 | 65 | 433 | 105 | 34 |
| Binary | 1011100 | 10110 | 1110111 | 10111 | 1010010 | 0 | 110101 | 100011011 | 1000101 | 11100 |
Color Harmonies of #5C1677
Complementary color
Monochromatic Colors of #5C1677
Black with #5C1677
Text Example
Text Example
White with #5C1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1677; }
p { color: rgb(92,22,119); }
H1.HeaderClassName
{
color: #5C1677;
}
.AnyTagClassName
{
color: #5C1677;
}
</style>
background-color css
<style>
a { background-color: #5C1677; }
a { background-color: rgb(92,22,119); }
div.DivClassName
{
background-color: #5C1677;
}
.BgClassName
{
background-color: #5C1677;
}
</style>
border-color css
<style>
span { border-color: #5C1677; }
span { border-color: rgb(92,22,119); }
td.TdClassName
{
border-color: #5C1677;
}
.TagClassName
{
border-color: #5C1677;
}
</style>