Shades of Indigo #520495
Tints of Indigo #520495
RGB
CMYK
RGB Variations
Color information
#520495 (or 0x520495) is known color: Indigo. HEX triplet: 52, 04 and 95. RGB value is (82,4,149). Sum of RGB (Red+Green+Blue) = 82+4+149=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #520495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520495 is #ADFB6A. Grayscale: #2B2B2B. Windows color (decimal): -11402091 or 9765970. OLE color: 9765970.
HSL color Cylindrical-coordinate representation of color #520495: hue angle of 272.28º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520495 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 4 | 149 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.42 |
| HSL | 272.28º | 0.95% | 0.3% | - |
| HSV(B) | 272.28º | 0.97% | 0.58% | - |
| XYZ | 8.95 | 4.05 | 28.74 | - |
| YUV | 43.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 149 | 0.45 | 0.97 | 0 | 0.42 | 272.28 | 0.95 | 0.3 |
| Hex | 52 | 4 | 95 | 2D | 61 | 0 | 2A | 110 | 5F | 1E |
| Octal | 122 | 4 | 225 | 55 | 141 | 0 | 52 | 420 | 137 | 36 |
| Binary | 1010010 | 100 | 10010101 | 101101 | 1100001 | 0 | 101010 | 100010000 | 1011111 | 11110 |
Color Harmonies of #520495
Complementary color
Monochromatic Colors of #520495
Black with #520495
Text Example
Text Example
White with #520495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520495; }
p { color: rgb(82,4,149); }
H1.HeaderClassName
{
color: #520495;
}
.AnyTagClassName
{
color: #520495;
}
</style>
background-color css
<style>
a { background-color: #520495; }
a { background-color: rgb(82,4,149); }
div.DivClassName
{
background-color: #520495;
}
.BgClassName
{
background-color: #520495;
}
</style>
border-color css
<style>
span { border-color: #520495; }
span { border-color: rgb(82,4,149); }
td.TdClassName
{
border-color: #520495;
}
.TagClassName
{
border-color: #520495;
}
</style>