Shades of Indigo #5C0070
Tints of Indigo #5C0070
RGB
CMYK
RGB Variations
Color information
#5C0070 (or 0x5C0070) is known color: Indigo. HEX triplet: 5C, 00 and 70. RGB value is (92,0,112). Sum of RGB (Red+Green+Blue) = 92+0+112=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0070 is #A3FF8F. Grayscale: #272727. Windows color (decimal): -10747792 or 7340124. OLE color: 7340124.
HSL color Cylindrical-coordinate representation of color #5C0070: hue angle of 289.29º 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 #5C0070 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 0 | 112 | - |
| CMYK | 0.18 | 1 | 0 | 0.56 |
| HSL | 289.29º | 1% | 0.22% | - |
| HSV(B) | 289.29º | 1% | 0.44% | - |
| XYZ | 7.34 | 3.45 | 15.61 | - |
| YUV | 40.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 112 | 0.18 | 1 | 0 | 0.56 | 289.29 | 1 | 0.22 |
| Hex | 5C | 0 | 70 | 12 | 64 | 0 | 38 | 121 | 64 | 16 |
| Octal | 134 | 0 | 160 | 22 | 144 | 0 | 70 | 441 | 144 | 26 |
| Binary | 1011100 | 0 | 1110000 | 10010 | 1100100 | 0 | 111000 | 100100001 | 1100100 | 10110 |
Color Harmonies of #5C0070
Complementary color
Monochromatic Colors of #5C0070
Black with #5C0070
Text Example
Text Example
White with #5C0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0070; }
p { color: rgb(92,0,112); }
H1.HeaderClassName
{
color: #5C0070;
}
.AnyTagClassName
{
color: #5C0070;
}
</style>
background-color css
<style>
a { background-color: #5C0070; }
a { background-color: rgb(92,0,112); }
div.DivClassName
{
background-color: #5C0070;
}
.BgClassName
{
background-color: #5C0070;
}
</style>
border-color css
<style>
span { border-color: #5C0070; }
span { border-color: rgb(92,0,112); }
td.TdClassName
{
border-color: #5C0070;
}
.TagClassName
{
border-color: #5C0070;
}
</style>