Shades of Indigo #520F76
Tints of Indigo #520F76
RGB
CMYK
RGB Variations
Color information
#520F76 (or 0x520F76) is known color: Indigo. HEX triplet: 52, 0F and 76. RGB value is (82,15,118). Sum of RGB (Red+Green+Blue) = 82+15+118=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #520F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F76 is #ADF089. Grayscale: #2E2E2E. Windows color (decimal): -11399306 or 7737170. OLE color: 7737170.
HSL color Cylindrical-coordinate representation of color #520F76: hue angle of 279.03º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520F76 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 15 | 118 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.54 |
| HSL | 279.03º | 0.77% | 0.26% | - |
| HSV(B) | 279.03º | 0.87% | 0.46% | - |
| XYZ | 6.92 | 3.44 | 17.44 | - |
| YUV | 46.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 118 | 0.31 | 0.87 | 0 | 0.54 | 279.03 | 0.77 | 0.26 |
| Hex | 52 | F | 76 | 1F | 57 | 0 | 36 | 117 | 4D | 1A |
| Octal | 122 | 17 | 166 | 37 | 127 | 0 | 66 | 427 | 115 | 32 |
| Binary | 1010010 | 1111 | 1110110 | 11111 | 1010111 | 0 | 110110 | 100010111 | 1001101 | 11010 |
Color Harmonies of #520F76
Complementary color
Monochromatic Colors of #520F76
Black with #520F76
Text Example
Text Example
White with #520F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F76; }
p { color: rgb(82,15,118); }
H1.HeaderClassName
{
color: #520F76;
}
.AnyTagClassName
{
color: #520F76;
}
</style>
background-color css
<style>
a { background-color: #520F76; }
a { background-color: rgb(82,15,118); }
div.DivClassName
{
background-color: #520F76;
}
.BgClassName
{
background-color: #520F76;
}
</style>
border-color css
<style>
span { border-color: #520F76; }
span { border-color: rgb(82,15,118); }
td.TdClassName
{
border-color: #520F76;
}
.TagClassName
{
border-color: #520F76;
}
</style>