Shades of Indigo #520F70
Tints of Indigo #520F70
RGB
CMYK
RGB Variations
Color information
#520F70 (or 0x520F70) is known color: Indigo. HEX triplet: 52, 0F and 70. RGB value is (82,15,112). Sum of RGB (Red+Green+Blue) = 82+15+112=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #520F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F70 is #ADF08F. Grayscale: #2D2D2D. Windows color (decimal): -11399312 or 7343954. OLE color: 7343954.
HSL color Cylindrical-coordinate representation of color #520F70: hue angle of 281.44º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520F70 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 15 | 112 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.56 |
| HSL | 281.44º | 0.76% | 0.25% | - |
| HSV(B) | 281.44º | 0.87% | 0.44% | - |
| XYZ | 6.58 | 3.31 | 15.62 | - |
| YUV | 46.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 112 | 0.27 | 0.87 | 0 | 0.56 | 281.44 | 0.76 | 0.25 |
| Hex | 52 | F | 70 | 1B | 57 | 0 | 38 | 119 | 4C | 19 |
| Octal | 122 | 17 | 160 | 33 | 127 | 0 | 70 | 431 | 114 | 31 |
| Binary | 1010010 | 1111 | 1110000 | 11011 | 1010111 | 0 | 111000 | 100011001 | 1001100 | 11001 |
Color Harmonies of #520F70
Complementary color
Monochromatic Colors of #520F70
Black with #520F70
Text Example
Text Example
White with #520F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F70; }
p { color: rgb(82,15,112); }
H1.HeaderClassName
{
color: #520F70;
}
.AnyTagClassName
{
color: #520F70;
}
</style>
background-color css
<style>
a { background-color: #520F70; }
a { background-color: rgb(82,15,112); }
div.DivClassName
{
background-color: #520F70;
}
.BgClassName
{
background-color: #520F70;
}
</style>
border-color css
<style>
span { border-color: #520F70; }
span { border-color: rgb(82,15,112); }
td.TdClassName
{
border-color: #520F70;
}
.TagClassName
{
border-color: #520F70;
}
</style>