Shades of Indigo #520A70
Tints of Indigo #520A70
RGB
CMYK
RGB Variations
Color information
#520A70 (or 0x520A70) is known color: Indigo. HEX triplet: 52, 0A and 70. RGB value is (82,10,112). Sum of RGB (Red+Green+Blue) = 82+10+112=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 10 (4.30% from 255 or 4.90% 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 #520A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A70 is #ADF58F. Grayscale: #2A2A2A. Windows color (decimal): -11400592 or 7342674. OLE color: 7342674.
HSL color Cylindrical-coordinate representation of color #520A70: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520A70 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 10 | 112 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.56 |
| HSL | 282.35º | 0.84% | 0.24% | - |
| HSV(B) | 282.35º | 0.91% | 0.44% | - |
| XYZ | 6.51 | 3.18 | 15.6 | - |
| YUV | 43.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 112 | 0.27 | 0.91 | 0 | 0.56 | 282.35 | 0.84 | 0.24 |
| Hex | 52 | A | 70 | 1B | 5B | 0 | 38 | 11A | 54 | 18 |
| Octal | 122 | 12 | 160 | 33 | 133 | 0 | 70 | 432 | 124 | 30 |
| Binary | 1010010 | 1010 | 1110000 | 11011 | 1011011 | 0 | 111000 | 100011010 | 1010100 | 11000 |
Color Harmonies of #520A70
Complementary color
Monochromatic Colors of #520A70
Black with #520A70
Text Example
Text Example
White with #520A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A70; }
p { color: rgb(82,10,112); }
H1.HeaderClassName
{
color: #520A70;
}
.AnyTagClassName
{
color: #520A70;
}
</style>
background-color css
<style>
a { background-color: #520A70; }
a { background-color: rgb(82,10,112); }
div.DivClassName
{
background-color: #520A70;
}
.BgClassName
{
background-color: #520A70;
}
</style>
border-color css
<style>
span { border-color: #520A70; }
span { border-color: rgb(82,10,112); }
td.TdClassName
{
border-color: #520A70;
}
.TagClassName
{
border-color: #520A70;
}
</style>