Shades of Indigo #520BAA
Tints of Indigo #520BAA
RGB
CMYK
RGB Variations
Color information
#520BAA (or 0x520BAA) is known color: Indigo. HEX triplet: 52, 0B and AA. RGB value is (82,11,170). Sum of RGB (Red+Green+Blue) = 82+11+170=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #520BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAA is #ADF455. Grayscale: #313131. Windows color (decimal): -11400278 or 11144018. OLE color: 11144018.
HSL color Cylindrical-coordinate representation of color #520BAA: hue angle of 266.79º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BAA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 11 | 170 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.33 |
| HSL | 266.79º | 0.88% | 0.35% | - |
| HSV(B) | 266.79º | 0.94% | 0.67% | - |
| XYZ | 10.86 | 4.94 | 38.41 | - |
| YUV | 50.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 170 | 0.52 | 0.94 | 0 | 0.33 | 266.79 | 0.88 | 0.35 |
| Hex | 52 | B | AA | 34 | 5E | 0 | 21 | 10B | 58 | 23 |
| Octal | 122 | 13 | 252 | 64 | 136 | 0 | 41 | 413 | 130 | 43 |
| Binary | 1010010 | 1011 | 10101010 | 110100 | 1011110 | 0 | 100001 | 100001011 | 1011000 | 100011 |
Color Harmonies of #520BAA
Complementary color
Monochromatic Colors of #520BAA
Black with #520BAA
Text Example
Text Example
White with #520BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BAA; }
p { color: rgb(82,11,170); }
H1.HeaderClassName
{
color: #520BAA;
}
.AnyTagClassName
{
color: #520BAA;
}
</style>
background-color css
<style>
a { background-color: #520BAA; }
a { background-color: rgb(82,11,170); }
div.DivClassName
{
background-color: #520BAA;
}
.BgClassName
{
background-color: #520BAA;
}
</style>
border-color css
<style>
span { border-color: #520BAA; }
span { border-color: rgb(82,11,170); }
td.TdClassName
{
border-color: #520BAA;
}
.TagClassName
{
border-color: #520BAA;
}
</style>