Shades of Indigo #5C197C
Tints of Indigo #5C197C
RGB
CMYK
RGB Variations
Color information
#5C197C (or 0x5C197C) is known color: Indigo. HEX triplet: 5C, 19 and 7C. RGB value is (92,25,124). Sum of RGB (Red+Green+Blue) = 92+25+124=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197C is #A3E683. Grayscale: #373737. Windows color (decimal): -10741380 or 8132956. OLE color: 8132956.
HSL color Cylindrical-coordinate representation of color #5C197C: hue angle of 280.61º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C197C is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 25 | 124 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.51 |
| HSL | 280.61º | 0.66% | 0.29% | - |
| HSV(B) | 280.61º | 0.8% | 0.49% | - |
| XYZ | 8.4 | 4.43 | 19.48 | - |
| YUV | 56.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 124 | 0.26 | 0.80 | 0 | 0.51 | 280.61 | 0.66 | 0.29 |
| Hex | 5C | 19 | 7C | 1A | 50 | 0 | 33 | 119 | 42 | 1D |
| Octal | 134 | 31 | 174 | 32 | 120 | 0 | 63 | 431 | 102 | 35 |
| Binary | 1011100 | 11001 | 1111100 | 11010 | 1010000 | 0 | 110011 | 100011001 | 1000010 | 11101 |
Color Harmonies of #5C197C
Complementary color
Monochromatic Colors of #5C197C
Black with #5C197C
Text Example
Text Example
White with #5C197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C197C; }
p { color: rgb(92,25,124); }
H1.HeaderClassName
{
color: #5C197C;
}
.AnyTagClassName
{
color: #5C197C;
}
</style>
background-color css
<style>
a { background-color: #5C197C; }
a { background-color: rgb(92,25,124); }
div.DivClassName
{
background-color: #5C197C;
}
.BgClassName
{
background-color: #5C197C;
}
</style>
border-color css
<style>
span { border-color: #5C197C; }
span { border-color: rgb(92,25,124); }
td.TdClassName
{
border-color: #5C197C;
}
.TagClassName
{
border-color: #5C197C;
}
</style>