Shades of Indigo #520F9F
Tints of Indigo #520F9F
RGB
CMYK
RGB Variations
Color information
#520F9F (or 0x520F9F) is known color: Indigo. HEX triplet: 52, 0F and 9F. RGB value is (82,15,159). Sum of RGB (Red+Green+Blue) = 82+15+159=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #520F9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F9F is #ADF060. Grayscale: #323232. Windows color (decimal): -11399265 or 10424146. OLE color: 10424146.
HSL color Cylindrical-coordinate representation of color #520F9F: hue angle of 267.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520F9F is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 15 | 159 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.38 |
| HSL | 267.92º | 0.83% | 0.34% | - |
| HSV(B) | 267.92º | 0.91% | 0.62% | - |
| XYZ | 9.91 | 4.64 | 33.17 | - |
| YUV | 51.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 159 | 0.48 | 0.91 | 0 | 0.38 | 267.92 | 0.83 | 0.34 |
| Hex | 52 | F | 9F | 30 | 5B | 0 | 26 | 10C | 53 | 22 |
| Octal | 122 | 17 | 237 | 60 | 133 | 0 | 46 | 414 | 123 | 42 |
| Binary | 1010010 | 1111 | 10011111 | 110000 | 1011011 | 0 | 100110 | 100001100 | 1010011 | 100010 |
Color Harmonies of #520F9F
Complementary color
Monochromatic Colors of #520F9F
Black with #520F9F
Text Example
Text Example
White with #520F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F9F; }
p { color: rgb(82,15,159); }
H1.HeaderClassName
{
color: #520F9F;
}
.AnyTagClassName
{
color: #520F9F;
}
</style>
background-color css
<style>
a { background-color: #520F9F; }
a { background-color: rgb(82,15,159); }
div.DivClassName
{
background-color: #520F9F;
}
.BgClassName
{
background-color: #520F9F;
}
</style>
border-color css
<style>
span { border-color: #520F9F; }
span { border-color: rgb(82,15,159); }
td.TdClassName
{
border-color: #520F9F;
}
.TagClassName
{
border-color: #520F9F;
}
</style>