Shades of Indigo #520990
Tints of Indigo #520990
RGB
CMYK
RGB Variations
Color information
#520990 (or 0x520990) is known color: Indigo. HEX triplet: 52, 09 and 90. RGB value is (82,9,144). Sum of RGB (Red+Green+Blue) = 82+9+144=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #520990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520990 is #ADF66F. Grayscale: #2D2D2D. Windows color (decimal): -11400816 or 9439570. OLE color: 9439570.
HSL color Cylindrical-coordinate representation of color #520990: hue angle of 272.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520990 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 9 | 144 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.44 |
| HSL | 272.44º | 0.88% | 0.3% | - |
| HSV(B) | 272.44º | 0.94% | 0.56% | - |
| XYZ | 8.61 | 4 | 26.7 | - |
| YUV | 46.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 144 | 0.43 | 0.94 | 0 | 0.44 | 272.44 | 0.88 | 0.3 |
| Hex | 52 | 9 | 90 | 2B | 5E | 0 | 2C | 110 | 58 | 1E |
| Octal | 122 | 11 | 220 | 53 | 136 | 0 | 54 | 420 | 130 | 36 |
| Binary | 1010010 | 1001 | 10010000 | 101011 | 1011110 | 0 | 101100 | 100010000 | 1011000 | 11110 |
Color Harmonies of #520990
Complementary color
Monochromatic Colors of #520990
Black with #520990
Text Example
Text Example
White with #520990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520990; }
p { color: rgb(82,9,144); }
H1.HeaderClassName
{
color: #520990;
}
.AnyTagClassName
{
color: #520990;
}
</style>
background-color css
<style>
a { background-color: #520990; }
a { background-color: rgb(82,9,144); }
div.DivClassName
{
background-color: #520990;
}
.BgClassName
{
background-color: #520990;
}
</style>
border-color css
<style>
span { border-color: #520990; }
span { border-color: rgb(82,9,144); }
td.TdClassName
{
border-color: #520990;
}
.TagClassName
{
border-color: #520990;
}
</style>