Shades of Indigo #5C1271
Tints of Indigo #5C1271
RGB
CMYK
RGB Variations
Color information
#5C1271 (or 0x5C1271) is known color: Indigo. HEX triplet: 5C, 12 and 71. RGB value is (92,18,113). Sum of RGB (Red+Green+Blue) = 92+18+113=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C1271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1271 is #A3ED8E. Grayscale: #323232. Windows color (decimal): -10743183 or 7410268. OLE color: 7410268.
HSL color Cylindrical-coordinate representation of color #5C1271: hue angle of 286.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1271 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 18 | 113 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.56 |
| HSL | 286.74º | 0.73% | 0.26% | - |
| HSV(B) | 286.74º | 0.84% | 0.44% | - |
| XYZ | 7.61 | 3.9 | 15.97 | - |
| YUV | 50.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 113 | 0.19 | 0.84 | 0 | 0.56 | 286.74 | 0.73 | 0.26 |
| Hex | 5C | 12 | 71 | 13 | 54 | 0 | 38 | 11F | 49 | 1A |
| Octal | 134 | 22 | 161 | 23 | 124 | 0 | 70 | 437 | 111 | 32 |
| Binary | 1011100 | 10010 | 1110001 | 10011 | 1010100 | 0 | 111000 | 100011111 | 1001001 | 11010 |
Color Harmonies of #5C1271
Complementary color
Monochromatic Colors of #5C1271
Black with #5C1271
Text Example
Text Example
White with #5C1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1271; }
p { color: rgb(92,18,113); }
H1.HeaderClassName
{
color: #5C1271;
}
.AnyTagClassName
{
color: #5C1271;
}
</style>
background-color css
<style>
a { background-color: #5C1271; }
a { background-color: rgb(92,18,113); }
div.DivClassName
{
background-color: #5C1271;
}
.BgClassName
{
background-color: #5C1271;
}
</style>
border-color css
<style>
span { border-color: #5C1271; }
span { border-color: rgb(92,18,113); }
td.TdClassName
{
border-color: #5C1271;
}
.TagClassName
{
border-color: #5C1271;
}
</style>