Shades of Indigo #520A72
Tints of Indigo #520A72
RGB
CMYK
RGB Variations
Color information
#520A72 (or 0x520A72) is known color: Indigo. HEX triplet: 52, 0A and 72. RGB value is (82,10,114). Sum of RGB (Red+Green+Blue) = 82+10+114=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #520A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A72 is #ADF58D. Grayscale: #2B2B2B. Windows color (decimal): -11400590 or 7473746. OLE color: 7473746.
HSL color Cylindrical-coordinate representation of color #520A72: hue angle of 281.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520A72 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 10 | 114 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.55 |
| HSL | 281.54º | 0.84% | 0.24% | - |
| HSV(B) | 281.54º | 0.91% | 0.45% | - |
| XYZ | 6.63 | 3.23 | 16.19 | - |
| YUV | 43.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 114 | 0.28 | 0.91 | 0 | 0.55 | 281.54 | 0.84 | 0.24 |
| Hex | 52 | A | 72 | 1C | 5B | 0 | 37 | 11A | 54 | 18 |
| Octal | 122 | 12 | 162 | 34 | 133 | 0 | 67 | 432 | 124 | 30 |
| Binary | 1010010 | 1010 | 1110010 | 11100 | 1011011 | 0 | 110111 | 100011010 | 1010100 | 11000 |
Color Harmonies of #520A72
Complementary color
Monochromatic Colors of #520A72
Black with #520A72
Text Example
Text Example
White with #520A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A72; }
p { color: rgb(82,10,114); }
H1.HeaderClassName
{
color: #520A72;
}
.AnyTagClassName
{
color: #520A72;
}
</style>
background-color css
<style>
a { background-color: #520A72; }
a { background-color: rgb(82,10,114); }
div.DivClassName
{
background-color: #520A72;
}
.BgClassName
{
background-color: #520A72;
}
</style>
border-color css
<style>
span { border-color: #520A72; }
span { border-color: rgb(82,10,114); }
td.TdClassName
{
border-color: #520A72;
}
.TagClassName
{
border-color: #520A72;
}
</style>