Shades of Indigo #520B85
Tints of Indigo #520B85
RGB
CMYK
RGB Variations
Color information
#520B85 (or 0x520B85) is known color: Indigo. HEX triplet: 52, 0B and 85. RGB value is (82,11,133). Sum of RGB (Red+Green+Blue) = 82+11+133=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #520B85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B85 is #ADF47A. Grayscale: #2D2D2D. Windows color (decimal): -11400315 or 8719186. OLE color: 8719186.
HSL color Cylindrical-coordinate representation of color #520B85: hue angle of 274.92º 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 #520B85 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 11 | 133 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.48 |
| HSL | 274.92º | 0.85% | 0.28% | - |
| HSV(B) | 274.92º | 0.92% | 0.52% | - |
| XYZ | 7.83 | 3.73 | 22.5 | - |
| YUV | 46.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 133 | 0.38 | 0.92 | 0 | 0.48 | 274.92 | 0.85 | 0.28 |
| Hex | 52 | B | 85 | 26 | 5C | 0 | 30 | 113 | 55 | 1C |
| Octal | 122 | 13 | 205 | 46 | 134 | 0 | 60 | 423 | 125 | 34 |
| Binary | 1010010 | 1011 | 10000101 | 100110 | 1011100 | 0 | 110000 | 100010011 | 1010101 | 11100 |
Color Harmonies of #520B85
Complementary color
Monochromatic Colors of #520B85
Black with #520B85
Text Example
Text Example
White with #520B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B85; }
p { color: rgb(82,11,133); }
H1.HeaderClassName
{
color: #520B85;
}
.AnyTagClassName
{
color: #520B85;
}
</style>
background-color css
<style>
a { background-color: #520B85; }
a { background-color: rgb(82,11,133); }
div.DivClassName
{
background-color: #520B85;
}
.BgClassName
{
background-color: #520B85;
}
</style>
border-color css
<style>
span { border-color: #520B85; }
span { border-color: rgb(82,11,133); }
td.TdClassName
{
border-color: #520B85;
}
.TagClassName
{
border-color: #520B85;
}
</style>