Shades of Indigo #520AAC
Tints of Indigo #520AAC
RGB
CMYK
RGB Variations
Color information
#520AAC (or 0x520AAC) is known color: Indigo. HEX triplet: 52, 0A and AC. RGB value is (82,10,172). Sum of RGB (Red+Green+Blue) = 82+10+172=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #520AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AAC is #ADF553. Grayscale: #313131. Windows color (decimal): -11400532 or 11274834. OLE color: 11274834.
HSL color Cylindrical-coordinate representation of color #520AAC: hue angle of 266.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520AAC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 10 | 172 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.33 |
| HSL | 266.67º | 0.89% | 0.36% | - |
| HSV(B) | 266.67º | 0.94% | 0.67% | - |
| XYZ | 11.03 | 4.99 | 39.41 | - |
| YUV | 50 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 172 | 0.52 | 0.94 | 0 | 0.33 | 266.67 | 0.89 | 0.36 |
| Hex | 52 | A | AC | 34 | 5E | 0 | 21 | 10B | 59 | 24 |
| Octal | 122 | 12 | 254 | 64 | 136 | 0 | 41 | 413 | 131 | 44 |
| Binary | 1010010 | 1010 | 10101100 | 110100 | 1011110 | 0 | 100001 | 100001011 | 1011001 | 100100 |
Color Harmonies of #520AAC
Complementary color
Monochromatic Colors of #520AAC
Black with #520AAC
Text Example
Text Example
White with #520AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AAC; }
p { color: rgb(82,10,172); }
H1.HeaderClassName
{
color: #520AAC;
}
.AnyTagClassName
{
color: #520AAC;
}
</style>
background-color css
<style>
a { background-color: #520AAC; }
a { background-color: rgb(82,10,172); }
div.DivClassName
{
background-color: #520AAC;
}
.BgClassName
{
background-color: #520AAC;
}
</style>
border-color css
<style>
span { border-color: #520AAC; }
span { border-color: rgb(82,10,172); }
td.TdClassName
{
border-color: #520AAC;
}
.TagClassName
{
border-color: #520AAC;
}
</style>