Shades of Indigo #520B89
Tints of Indigo #520B89
RGB
CMYK
RGB Variations
Color information
#520B89 (or 0x520B89) is known color: Indigo. HEX triplet: 52, 0B and 89. RGB value is (82,11,137). Sum of RGB (Red+Green+Blue) = 82+11+137=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #520B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B89 is #ADF476. Grayscale: #2E2E2E. Windows color (decimal): -11400311 or 8981330. OLE color: 8981330.
HSL color Cylindrical-coordinate representation of color #520B89: hue angle of 273.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520B89 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 11 | 137 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.46 |
| HSL | 273.81º | 0.85% | 0.29% | - |
| HSV(B) | 273.81º | 0.92% | 0.54% | - |
| XYZ | 8.11 | 3.84 | 23.98 | - |
| YUV | 46.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 137 | 0.40 | 0.92 | 0 | 0.46 | 273.81 | 0.85 | 0.29 |
| Hex | 52 | B | 89 | 28 | 5C | 0 | 2E | 112 | 55 | 1D |
| Octal | 122 | 13 | 211 | 50 | 134 | 0 | 56 | 422 | 125 | 35 |
| Binary | 1010010 | 1011 | 10001001 | 101000 | 1011100 | 0 | 101110 | 100010010 | 1010101 | 11101 |
Color Harmonies of #520B89
Complementary color
Monochromatic Colors of #520B89
Black with #520B89
Text Example
Text Example
White with #520B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B89; }
p { color: rgb(82,11,137); }
H1.HeaderClassName
{
color: #520B89;
}
.AnyTagClassName
{
color: #520B89;
}
</style>
background-color css
<style>
a { background-color: #520B89; }
a { background-color: rgb(82,11,137); }
div.DivClassName
{
background-color: #520B89;
}
.BgClassName
{
background-color: #520B89;
}
</style>
border-color css
<style>
span { border-color: #520B89; }
span { border-color: rgb(82,11,137); }
td.TdClassName
{
border-color: #520B89;
}
.TagClassName
{
border-color: #520B89;
}
</style>