Shades of Indigo #520390
Tints of Indigo #520390
RGB
CMYK
RGB Variations
Color information
#520390 (or 0x520390) is known color: Indigo. HEX triplet: 52, 03 and 90. RGB value is (82,3,144). Sum of RGB (Red+Green+Blue) = 82+3+144=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #520390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520390 is #ADFC6F. Grayscale: #2A2A2A. Windows color (decimal): -11402352 or 9438034. OLE color: 9438034.
HSL color Cylindrical-coordinate representation of color #520390: hue angle of 273.62º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520390 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 3 | 144 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.44 |
| HSL | 273.62º | 0.96% | 0.29% | - |
| HSV(B) | 273.62º | 0.98% | 0.56% | - |
| XYZ | 8.55 | 3.87 | 26.68 | - |
| YUV | 42.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 144 | 0.43 | 0.98 | 0 | 0.44 | 273.62 | 0.96 | 0.29 |
| Hex | 52 | 3 | 90 | 2B | 62 | 0 | 2C | 112 | 60 | 1D |
| Octal | 122 | 3 | 220 | 53 | 142 | 0 | 54 | 422 | 140 | 35 |
| Binary | 1010010 | 11 | 10010000 | 101011 | 1100010 | 0 | 101100 | 100010010 | 1100000 | 11101 |
Color Harmonies of #520390
Complementary color
Monochromatic Colors of #520390
Black with #520390
Text Example
Text Example
White with #520390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520390; }
p { color: rgb(82,3,144); }
H1.HeaderClassName
{
color: #520390;
}
.AnyTagClassName
{
color: #520390;
}
</style>
background-color css
<style>
a { background-color: #520390; }
a { background-color: rgb(82,3,144); }
div.DivClassName
{
background-color: #520390;
}
.BgClassName
{
background-color: #520390;
}
</style>
border-color css
<style>
span { border-color: #520390; }
span { border-color: rgb(82,3,144); }
td.TdClassName
{
border-color: #520390;
}
.TagClassName
{
border-color: #520390;
}
</style>