Shades of Indigo #520B84
Tints of Indigo #520B84
RGB
CMYK
RGB Variations
Color information
#520B84 (or 0x520B84) is known color: Indigo. HEX triplet: 52, 0B and 84. RGB value is (82,11,132). Sum of RGB (Red+Green+Blue) = 82+11+132=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #520B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B84 is #ADF47B. Grayscale: #2D2D2D. Windows color (decimal): -11400316 or 8653650. OLE color: 8653650.
HSL color Cylindrical-coordinate representation of color #520B84: hue angle of 275.21º degrees, saturation: 0.85, 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 #520B84 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 11 | 132 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.48 |
| HSL | 275.21º | 0.85% | 0.28% | - |
| HSV(B) | 275.21º | 0.92% | 0.52% | - |
| XYZ | 7.76 | 3.7 | 22.13 | - |
| YUV | 46.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 132 | 0.38 | 0.92 | 0 | 0.48 | 275.21 | 0.85 | 0.28 |
| Hex | 52 | B | 84 | 26 | 5C | 0 | 30 | 113 | 55 | 1C |
| Octal | 122 | 13 | 204 | 46 | 134 | 0 | 60 | 423 | 125 | 34 |
| Binary | 1010010 | 1011 | 10000100 | 100110 | 1011100 | 0 | 110000 | 100010011 | 1010101 | 11100 |
Color Harmonies of #520B84
Complementary color
Monochromatic Colors of #520B84
Black with #520B84
Text Example
Text Example
White with #520B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B84; }
p { color: rgb(82,11,132); }
H1.HeaderClassName
{
color: #520B84;
}
.AnyTagClassName
{
color: #520B84;
}
</style>
background-color css
<style>
a { background-color: #520B84; }
a { background-color: rgb(82,11,132); }
div.DivClassName
{
background-color: #520B84;
}
.BgClassName
{
background-color: #520B84;
}
</style>
border-color css
<style>
span { border-color: #520B84; }
span { border-color: rgb(82,11,132); }
td.TdClassName
{
border-color: #520B84;
}
.TagClassName
{
border-color: #520B84;
}
</style>