Shades of Indigo #520491
Tints of Indigo #520491
RGB
CMYK
RGB Variations
Color information
#520491 (or 0x520491) is known color: Indigo. HEX triplet: 52, 04 and 91. RGB value is (82,4,145). Sum of RGB (Red+Green+Blue) = 82+4+145=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #520491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520491 is #ADFB6E. Grayscale: #2A2A2A. Windows color (decimal): -11402095 or 9503826. OLE color: 9503826.
HSL color Cylindrical-coordinate representation of color #520491: hue angle of 273.19º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520491 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 4 | 145 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.43 |
| HSL | 273.19º | 0.95% | 0.29% | - |
| HSV(B) | 273.19º | 0.97% | 0.57% | - |
| XYZ | 8.63 | 3.93 | 27.09 | - |
| YUV | 43.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 145 | 0.43 | 0.97 | 0 | 0.43 | 273.19 | 0.95 | 0.29 |
| Hex | 52 | 4 | 91 | 2B | 61 | 0 | 2B | 111 | 5F | 1D |
| Octal | 122 | 4 | 221 | 53 | 141 | 0 | 53 | 421 | 137 | 35 |
| Binary | 1010010 | 100 | 10010001 | 101011 | 1100001 | 0 | 101011 | 100010001 | 1011111 | 11101 |
Color Harmonies of #520491
Complementary color
Monochromatic Colors of #520491
Black with #520491
Text Example
Text Example
White with #520491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520491; }
p { color: rgb(82,4,145); }
H1.HeaderClassName
{
color: #520491;
}
.AnyTagClassName
{
color: #520491;
}
</style>
background-color css
<style>
a { background-color: #520491; }
a { background-color: rgb(82,4,145); }
div.DivClassName
{
background-color: #520491;
}
.BgClassName
{
background-color: #520491;
}
</style>
border-color css
<style>
span { border-color: #520491; }
span { border-color: rgb(82,4,145); }
td.TdClassName
{
border-color: #520491;
}
.TagClassName
{
border-color: #520491;
}
</style>