Shades of Indigo #520994
Tints of Indigo #520994
RGB
CMYK
RGB Variations
Color information
#520994 (or 0x520994) is known color: Indigo. HEX triplet: 52, 09 and 94. RGB value is (82,9,148). Sum of RGB (Red+Green+Blue) = 82+9+148=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #520994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520994 is #ADF66B. Grayscale: #2E2E2E. Windows color (decimal): -11400812 or 9701714. OLE color: 9701714.
HSL color Cylindrical-coordinate representation of color #520994: hue angle of 271.51º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520994 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 9 | 148 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.42 |
| HSL | 271.51º | 0.89% | 0.31% | - |
| HSV(B) | 271.51º | 0.94% | 0.58% | - |
| XYZ | 8.92 | 4.13 | 28.34 | - |
| YUV | 46.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 148 | 0.45 | 0.94 | 0 | 0.42 | 271.51 | 0.89 | 0.31 |
| Hex | 52 | 9 | 94 | 2D | 5E | 0 | 2A | 110 | 59 | 1F |
| Octal | 122 | 11 | 224 | 55 | 136 | 0 | 52 | 420 | 131 | 37 |
| Binary | 1010010 | 1001 | 10010100 | 101101 | 1011110 | 0 | 101010 | 100010000 | 1011001 | 11111 |
Color Harmonies of #520994
Complementary color
Monochromatic Colors of #520994
Black with #520994
Text Example
Text Example
White with #520994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520994; }
p { color: rgb(82,9,148); }
H1.HeaderClassName
{
color: #520994;
}
.AnyTagClassName
{
color: #520994;
}
</style>
background-color css
<style>
a { background-color: #520994; }
a { background-color: rgb(82,9,148); }
div.DivClassName
{
background-color: #520994;
}
.BgClassName
{
background-color: #520994;
}
</style>
border-color css
<style>
span { border-color: #520994; }
span { border-color: rgb(82,9,148); }
td.TdClassName
{
border-color: #520994;
}
.TagClassName
{
border-color: #520994;
}
</style>