Shades of Indigo #520AA3
Tints of Indigo #520AA3
RGB
CMYK
RGB Variations
Color information
#520AA3 (or 0x520AA3) is known color: Indigo. HEX triplet: 52, 0A and A3. RGB value is (82,10,163). Sum of RGB (Red+Green+Blue) = 82+10+163=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #520AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AA3 is #ADF55C. Grayscale: #303030. Windows color (decimal): -11400541 or 10685010. OLE color: 10685010.
HSL color Cylindrical-coordinate representation of color #520AA3: hue angle of 268.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520AA3 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 10 | 163 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.36 |
| HSL | 268.24º | 0.88% | 0.34% | - |
| HSV(B) | 268.24º | 0.94% | 0.64% | - |
| XYZ | 10.2 | 4.66 | 35.01 | - |
| YUV | 48.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 163 | 0.50 | 0.94 | 0 | 0.36 | 268.24 | 0.88 | 0.34 |
| Hex | 52 | A | A3 | 32 | 5E | 0 | 24 | 10C | 58 | 22 |
| Octal | 122 | 12 | 243 | 62 | 136 | 0 | 44 | 414 | 130 | 42 |
| Binary | 1010010 | 1010 | 10100011 | 110010 | 1011110 | 0 | 100100 | 100001100 | 1011000 | 100010 |
Color Harmonies of #520AA3
Complementary color
Monochromatic Colors of #520AA3
Black with #520AA3
Text Example
Text Example
White with #520AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AA3; }
p { color: rgb(82,10,163); }
H1.HeaderClassName
{
color: #520AA3;
}
.AnyTagClassName
{
color: #520AA3;
}
</style>
background-color css
<style>
a { background-color: #520AA3; }
a { background-color: rgb(82,10,163); }
div.DivClassName
{
background-color: #520AA3;
}
.BgClassName
{
background-color: #520AA3;
}
</style>
border-color css
<style>
span { border-color: #520AA3; }
span { border-color: rgb(82,10,163); }
td.TdClassName
{
border-color: #520AA3;
}
.TagClassName
{
border-color: #520AA3;
}
</style>