Shades of Indigo #520B99
Tints of Indigo #520B99
RGB
CMYK
RGB Variations
Color information
#520B99 (or 0x520B99) is known color: Indigo. HEX triplet: 52, 0B and 99. RGB value is (82,11,153). Sum of RGB (Red+Green+Blue) = 82+11+153=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #520B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B99 is #ADF466. Grayscale: #2F2F2F. Windows color (decimal): -11400295 or 10029906. OLE color: 10029906.
HSL color Cylindrical-coordinate representation of color #520B99: hue angle of 270º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520B99 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 11 | 153 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.4 |
| HSL | 270º | 0.87% | 0.32% | - |
| HSV(B) | 270º | 0.93% | 0.6% | - |
| XYZ | 9.35 | 4.33 | 30.48 | - |
| YUV | 48.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 153 | 0.46 | 0.93 | 0 | 0.4 | 270 | 0.87 | 0.32 |
| Hex | 52 | B | 99 | 2E | 5D | 0 | 28 | 10E | 57 | 20 |
| Octal | 122 | 13 | 231 | 56 | 135 | 0 | 50 | 416 | 127 | 40 |
| Binary | 1010010 | 1011 | 10011001 | 101110 | 1011101 | 0 | 101000 | 100001110 | 1010111 | 100000 |
Color Harmonies of #520B99
Complementary color
Monochromatic Colors of #520B99
Black with #520B99
Text Example
Text Example
White with #520B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B99; }
p { color: rgb(82,11,153); }
H1.HeaderClassName
{
color: #520B99;
}
.AnyTagClassName
{
color: #520B99;
}
</style>
background-color css
<style>
a { background-color: #520B99; }
a { background-color: rgb(82,11,153); }
div.DivClassName
{
background-color: #520B99;
}
.BgClassName
{
background-color: #520B99;
}
</style>
border-color css
<style>
span { border-color: #520B99; }
span { border-color: rgb(82,11,153); }
td.TdClassName
{
border-color: #520B99;
}
.TagClassName
{
border-color: #520B99;
}
</style>