Shades of Indigo #5C1371
Tints of Indigo #5C1371
RGB
CMYK
RGB Variations
Color information
#5C1371 (or 0x5C1371) is known color: Indigo. HEX triplet: 5C, 13 and 71. RGB value is (92,19,113). Sum of RGB (Red+Green+Blue) = 92+19+113=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C1371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1371 is #A3EC8E. Grayscale: #333333. Windows color (decimal): -10742927 or 7410524. OLE color: 7410524.
HSL color Cylindrical-coordinate representation of color #5C1371: hue angle of 286.6º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1371 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 19 | 113 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.56 |
| HSL | 286.6º | 0.71% | 0.26% | - |
| HSV(B) | 286.6º | 0.83% | 0.44% | - |
| XYZ | 7.63 | 3.93 | 15.98 | - |
| YUV | 51.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 113 | 0.19 | 0.83 | 0 | 0.56 | 286.6 | 0.71 | 0.26 |
| Hex | 5C | 13 | 71 | 13 | 53 | 0 | 38 | 11F | 47 | 1A |
| Octal | 134 | 23 | 161 | 23 | 123 | 0 | 70 | 437 | 107 | 32 |
| Binary | 1011100 | 10011 | 1110001 | 10011 | 1010011 | 0 | 111000 | 100011111 | 1000111 | 11010 |
Color Harmonies of #5C1371
Complementary color
Monochromatic Colors of #5C1371
Black with #5C1371
Text Example
Text Example
White with #5C1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1371; }
p { color: rgb(92,19,113); }
H1.HeaderClassName
{
color: #5C1371;
}
.AnyTagClassName
{
color: #5C1371;
}
</style>
background-color css
<style>
a { background-color: #5C1371; }
a { background-color: rgb(92,19,113); }
div.DivClassName
{
background-color: #5C1371;
}
.BgClassName
{
background-color: #5C1371;
}
</style>
border-color css
<style>
span { border-color: #5C1371; }
span { border-color: rgb(92,19,113); }
td.TdClassName
{
border-color: #5C1371;
}
.TagClassName
{
border-color: #5C1371;
}
</style>