Shades of Indigo #520D9B
Tints of Indigo #520D9B
RGB
CMYK
RGB Variations
Color information
#520D9B (or 0x520D9B) is known color: Indigo. HEX triplet: 52, 0D and 9B. RGB value is (82,13,155). Sum of RGB (Red+Green+Blue) = 82+13+155=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #520D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D9B is #ADF264. Grayscale: #313131. Windows color (decimal): -11399781 or 10161490. OLE color: 10161490.
HSL color Cylindrical-coordinate representation of color #520D9B: hue angle of 269.15º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520D9B is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 13 | 155 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.39 |
| HSL | 269.15º | 0.85% | 0.33% | - |
| HSV(B) | 269.15º | 0.92% | 0.61% | - |
| XYZ | 9.54 | 4.45 | 31.37 | - |
| YUV | 49.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 155 | 0.47 | 0.92 | 0 | 0.39 | 269.15 | 0.85 | 0.33 |
| Hex | 52 | D | 9B | 2F | 5C | 0 | 27 | 10D | 55 | 21 |
| Octal | 122 | 15 | 233 | 57 | 134 | 0 | 47 | 415 | 125 | 41 |
| Binary | 1010010 | 1101 | 10011011 | 101111 | 1011100 | 0 | 100111 | 100001101 | 1010101 | 100001 |
Color Harmonies of #520D9B
Complementary color
Monochromatic Colors of #520D9B
Black with #520D9B
Text Example
Text Example
White with #520D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D9B; }
p { color: rgb(82,13,155); }
H1.HeaderClassName
{
color: #520D9B;
}
.AnyTagClassName
{
color: #520D9B;
}
</style>
background-color css
<style>
a { background-color: #520D9B; }
a { background-color: rgb(82,13,155); }
div.DivClassName
{
background-color: #520D9B;
}
.BgClassName
{
background-color: #520D9B;
}
</style>
border-color css
<style>
span { border-color: #520D9B; }
span { border-color: rgb(82,13,155); }
td.TdClassName
{
border-color: #520D9B;
}
.TagClassName
{
border-color: #520D9B;
}
</style>