Shades of Indigo #5C0071
Tints of Indigo #5C0071
RGB
CMYK
RGB Variations
Color information
#5C0071 (or 0x5C0071) is known color: Indigo. HEX triplet: 5C, 00 and 71. RGB value is (92,0,113). Sum of RGB (Red+Green+Blue) = 92+0+113=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0071 is #A3FF8E. Grayscale: #282828. Windows color (decimal): -10747791 or 7405660. OLE color: 7405660.
HSL color Cylindrical-coordinate representation of color #5C0071: hue angle of 288.85º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0071 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 0 | 113 | - |
| CMYK | 0.19 | 1 | 0 | 0.56 |
| HSL | 288.85º | 1% | 0.22% | - |
| HSV(B) | 288.85º | 1% | 0.44% | - |
| XYZ | 7.39 | 3.47 | 15.9 | - |
| YUV | 40.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 113 | 0.19 | 1 | 0 | 0.56 | 288.85 | 1 | 0.22 |
| Hex | 5C | 0 | 71 | 13 | 64 | 0 | 38 | 121 | 64 | 16 |
| Octal | 134 | 0 | 161 | 23 | 144 | 0 | 70 | 441 | 144 | 26 |
| Binary | 1011100 | 0 | 1110001 | 10011 | 1100100 | 0 | 111000 | 100100001 | 1100100 | 10110 |
Color Harmonies of #5C0071
Complementary color
Monochromatic Colors of #5C0071
Black with #5C0071
Text Example
Text Example
White with #5C0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0071; }
p { color: rgb(92,0,113); }
H1.HeaderClassName
{
color: #5C0071;
}
.AnyTagClassName
{
color: #5C0071;
}
</style>
background-color css
<style>
a { background-color: #5C0071; }
a { background-color: rgb(92,0,113); }
div.DivClassName
{
background-color: #5C0071;
}
.BgClassName
{
background-color: #5C0071;
}
</style>
border-color css
<style>
span { border-color: #5C0071; }
span { border-color: rgb(92,0,113); }
td.TdClassName
{
border-color: #5C0071;
}
.TagClassName
{
border-color: #5C0071;
}
</style>