Shades of Indigo #520870
Tints of Indigo #520870
RGB
CMYK
RGB Variations
Color information
#520870 (or 0x520870) is known color: Indigo. HEX triplet: 52, 08 and 70. RGB value is (82,8,112). Sum of RGB (Red+Green+Blue) = 82+8+112=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #520870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520870 is #ADF78F. Grayscale: #292929. Windows color (decimal): -11401104 or 7342162. OLE color: 7342162.
HSL color Cylindrical-coordinate representation of color #520870: hue angle of 282.69º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520870 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 8 | 112 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.56 |
| HSL | 282.69º | 0.87% | 0.24% | - |
| HSV(B) | 282.69º | 0.93% | 0.44% | - |
| XYZ | 6.49 | 3.14 | 15.59 | - |
| YUV | 41.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 112 | 0.27 | 0.93 | 0 | 0.56 | 282.69 | 0.87 | 0.24 |
| Hex | 52 | 8 | 70 | 1B | 5D | 0 | 38 | 11B | 57 | 18 |
| Octal | 122 | 10 | 160 | 33 | 135 | 0 | 70 | 433 | 127 | 30 |
| Binary | 1010010 | 1000 | 1110000 | 11011 | 1011101 | 0 | 111000 | 100011011 | 1010111 | 11000 |
Color Harmonies of #520870
Complementary color
Monochromatic Colors of #520870
Black with #520870
Text Example
Text Example
White with #520870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520870; }
p { color: rgb(82,8,112); }
H1.HeaderClassName
{
color: #520870;
}
.AnyTagClassName
{
color: #520870;
}
</style>
background-color css
<style>
a { background-color: #520870; }
a { background-color: rgb(82,8,112); }
div.DivClassName
{
background-color: #520870;
}
.BgClassName
{
background-color: #520870;
}
</style>
border-color css
<style>
span { border-color: #520870; }
span { border-color: rgb(82,8,112); }
td.TdClassName
{
border-color: #520870;
}
.TagClassName
{
border-color: #520870;
}
</style>