Shades of Indigo #520490
Tints of Indigo #520490
RGB
CMYK
RGB Variations
Color information
#520490 (or 0x520490) is known color: Indigo. HEX triplet: 52, 04 and 90. RGB value is (82,4,144). Sum of RGB (Red+Green+Blue) = 82+4+144=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #520490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520490 is #ADFB6F. Grayscale: #2A2A2A. Windows color (decimal): -11402096 or 9438290. OLE color: 9438290.
HSL color Cylindrical-coordinate representation of color #520490: hue angle of 273.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520490 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 4 | 144 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.44 |
| HSL | 273.43º | 0.95% | 0.29% | - |
| HSV(B) | 273.43º | 0.97% | 0.56% | - |
| XYZ | 8.56 | 3.89 | 26.69 | - |
| YUV | 43.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 144 | 0.43 | 0.97 | 0 | 0.44 | 273.43 | 0.95 | 0.29 |
| Hex | 52 | 4 | 90 | 2B | 61 | 0 | 2C | 111 | 5F | 1D |
| Octal | 122 | 4 | 220 | 53 | 141 | 0 | 54 | 421 | 137 | 35 |
| Binary | 1010010 | 100 | 10010000 | 101011 | 1100001 | 0 | 101100 | 100010001 | 1011111 | 11101 |
Color Harmonies of #520490
Complementary color
Monochromatic Colors of #520490
Black with #520490
Text Example
Text Example
White with #520490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520490; }
p { color: rgb(82,4,144); }
H1.HeaderClassName
{
color: #520490;
}
.AnyTagClassName
{
color: #520490;
}
</style>
background-color css
<style>
a { background-color: #520490; }
a { background-color: rgb(82,4,144); }
div.DivClassName
{
background-color: #520490;
}
.BgClassName
{
background-color: #520490;
}
</style>
border-color css
<style>
span { border-color: #520490; }
span { border-color: rgb(82,4,144); }
td.TdClassName
{
border-color: #520490;
}
.TagClassName
{
border-color: #520490;
}
</style>