Shades of Indigo #520AA4
Tints of Indigo #520AA4
RGB
CMYK
RGB Variations
Color information
#520AA4 (or 0x520AA4) is known color: Indigo. HEX triplet: 52, 0A and A4. RGB value is (82,10,164). Sum of RGB (Red+Green+Blue) = 82+10+164=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #520AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AA4 is #ADF55B. Grayscale: #303030. Windows color (decimal): -11400540 or 10750546. OLE color: 10750546.
HSL color Cylindrical-coordinate representation of color #520AA4: hue angle of 268.05º degrees, saturation: 0.89, 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 #520AA4 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 10 | 164 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.36 |
| HSL | 268.05º | 0.89% | 0.34% | - |
| HSV(B) | 268.05º | 0.94% | 0.64% | - |
| XYZ | 10.29 | 4.69 | 35.49 | - |
| YUV | 49.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 164 | 0.5 | 0.94 | 0 | 0.36 | 268.05 | 0.89 | 0.34 |
| Hex | 52 | A | A4 | 32 | 5E | 0 | 24 | 10C | 59 | 22 |
| Octal | 122 | 12 | 244 | 62 | 136 | 0 | 44 | 414 | 131 | 42 |
| Binary | 1010010 | 1010 | 10100100 | 110010 | 1011110 | 0 | 100100 | 100001100 | 1011001 | 100010 |
Color Harmonies of #520AA4
Complementary color
Monochromatic Colors of #520AA4
Black with #520AA4
Text Example
Text Example
White with #520AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AA4; }
p { color: rgb(82,10,164); }
H1.HeaderClassName
{
color: #520AA4;
}
.AnyTagClassName
{
color: #520AA4;
}
</style>
background-color css
<style>
a { background-color: #520AA4; }
a { background-color: rgb(82,10,164); }
div.DivClassName
{
background-color: #520AA4;
}
.BgClassName
{
background-color: #520AA4;
}
</style>
border-color css
<style>
span { border-color: #520AA4; }
span { border-color: rgb(82,10,164); }
td.TdClassName
{
border-color: #520AA4;
}
.TagClassName
{
border-color: #520AA4;
}
</style>