Shades of Indigo #520570
Tints of Indigo #520570
RGB
CMYK
RGB Variations
Color information
#520570 (or 0x520570) is known color: Indigo. HEX triplet: 52, 05 and 70. RGB value is (82,5,112). Sum of RGB (Red+Green+Blue) = 82+5+112=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #520570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520570 is #ADFA8F. Grayscale: #272727. Windows color (decimal): -11401872 or 7341394. OLE color: 7341394.
HSL color Cylindrical-coordinate representation of color #520570: hue angle of 283.18º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520570 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 5 | 112 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.56 |
| HSL | 283.18º | 0.91% | 0.23% | - |
| HSV(B) | 283.18º | 0.96% | 0.44% | - |
| XYZ | 6.46 | 3.07 | 15.58 | - |
| YUV | 40.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 112 | 0.27 | 0.96 | 0 | 0.56 | 283.18 | 0.91 | 0.23 |
| Hex | 52 | 5 | 70 | 1B | 60 | 0 | 38 | 11B | 5B | 17 |
| Octal | 122 | 5 | 160 | 33 | 140 | 0 | 70 | 433 | 133 | 27 |
| Binary | 1010010 | 101 | 1110000 | 11011 | 1100000 | 0 | 111000 | 100011011 | 1011011 | 10111 |
Color Harmonies of #520570
Complementary color
Monochromatic Colors of #520570
Black with #520570
Text Example
Text Example
White with #520570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520570; }
p { color: rgb(82,5,112); }
H1.HeaderClassName
{
color: #520570;
}
.AnyTagClassName
{
color: #520570;
}
</style>
background-color css
<style>
a { background-color: #520570; }
a { background-color: rgb(82,5,112); }
div.DivClassName
{
background-color: #520570;
}
.BgClassName
{
background-color: #520570;
}
</style>
border-color css
<style>
span { border-color: #520570; }
span { border-color: rgb(82,5,112); }
td.TdClassName
{
border-color: #520570;
}
.TagClassName
{
border-color: #520570;
}
</style>