Shades of Indigo #520A85
Tints of Indigo #520A85
RGB
CMYK
RGB Variations
Color information
#520A85 (or 0x520A85) is known color: Indigo. HEX triplet: 52, 0A and 85. RGB value is (82,10,133). Sum of RGB (Red+Green+Blue) = 82+10+133=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #520A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A85 is #ADF57A. Grayscale: #2D2D2D. Windows color (decimal): -11400571 or 8718930. OLE color: 8718930.
HSL color Cylindrical-coordinate representation of color #520A85: hue angle of 275.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520A85 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 10 | 133 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.48 |
| HSL | 275.12º | 0.86% | 0.28% | - |
| HSV(B) | 275.12º | 0.92% | 0.52% | - |
| XYZ | 7.82 | 3.7 | 22.49 | - |
| YUV | 45.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 133 | 0.38 | 0.92 | 0 | 0.48 | 275.12 | 0.86 | 0.28 |
| Hex | 52 | A | 85 | 26 | 5C | 0 | 30 | 113 | 56 | 1C |
| Octal | 122 | 12 | 205 | 46 | 134 | 0 | 60 | 423 | 126 | 34 |
| Binary | 1010010 | 1010 | 10000101 | 100110 | 1011100 | 0 | 110000 | 100010011 | 1010110 | 11100 |
Color Harmonies of #520A85
Complementary color
Monochromatic Colors of #520A85
Black with #520A85
Text Example
Text Example
White with #520A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A85; }
p { color: rgb(82,10,133); }
H1.HeaderClassName
{
color: #520A85;
}
.AnyTagClassName
{
color: #520A85;
}
</style>
background-color css
<style>
a { background-color: #520A85; }
a { background-color: rgb(82,10,133); }
div.DivClassName
{
background-color: #520A85;
}
.BgClassName
{
background-color: #520A85;
}
</style>
border-color css
<style>
span { border-color: #520A85; }
span { border-color: rgb(82,10,133); }
td.TdClassName
{
border-color: #520A85;
}
.TagClassName
{
border-color: #520A85;
}
</style>