Shades of Indigo #5C197D
Tints of Indigo #5C197D
RGB
CMYK
RGB Variations
Color information
#5C197D (or 0x5C197D) is known color: Indigo. HEX triplet: 5C, 19 and 7D. RGB value is (92,25,125). Sum of RGB (Red+Green+Blue) = 92+25+125=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197D is #A3E682. Grayscale: #383838. Windows color (decimal): -10741379 or 8198492. OLE color: 8198492.
HSL color Cylindrical-coordinate representation of color #5C197D: hue angle of 280.2º degrees, saturation: 0.67, 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 #5C197D is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 25 | 125 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.51 |
| HSL | 280.2º | 0.67% | 0.29% | - |
| HSV(B) | 280.2º | 0.8% | 0.49% | - |
| XYZ | 8.46 | 4.45 | 19.82 | - |
| YUV | 56.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 125 | 0.26 | 0.8 | 0 | 0.51 | 280.2 | 0.67 | 0.29 |
| Hex | 5C | 19 | 7D | 1A | 50 | 0 | 33 | 118 | 43 | 1D |
| Octal | 134 | 31 | 175 | 32 | 120 | 0 | 63 | 430 | 103 | 35 |
| Binary | 1011100 | 11001 | 1111101 | 11010 | 1010000 | 0 | 110011 | 100011000 | 1000011 | 11101 |
Color Harmonies of #5C197D
Complementary color
Monochromatic Colors of #5C197D
Black with #5C197D
Text Example
Text Example
White with #5C197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C197D; }
p { color: rgb(92,25,125); }
H1.HeaderClassName
{
color: #5C197D;
}
.AnyTagClassName
{
color: #5C197D;
}
</style>
background-color css
<style>
a { background-color: #5C197D; }
a { background-color: rgb(92,25,125); }
div.DivClassName
{
background-color: #5C197D;
}
.BgClassName
{
background-color: #5C197D;
}
</style>
border-color css
<style>
span { border-color: #5C197D; }
span { border-color: rgb(92,25,125); }
td.TdClassName
{
border-color: #5C197D;
}
.TagClassName
{
border-color: #5C197D;
}
</style>