Shades of Indigo #520395
Tints of Indigo #520395
RGB
CMYK
RGB Variations
Color information
#520395 (or 0x520395) is known color: Indigo. HEX triplet: 52, 03 and 95. RGB value is (82,3,149). Sum of RGB (Red+Green+Blue) = 82+3+149=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #520395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520395 is #ADFC6A. Grayscale: #2A2A2A. Windows color (decimal): -11402347 or 9765714. OLE color: 9765714.
HSL color Cylindrical-coordinate representation of color #520395: hue angle of 272.47º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520395 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 3 | 149 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.42 |
| HSL | 272.47º | 0.96% | 0.3% | - |
| HSV(B) | 272.47º | 0.98% | 0.58% | - |
| XYZ | 8.94 | 4.03 | 28.74 | - |
| YUV | 43.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 149 | 0.45 | 0.98 | 0 | 0.42 | 272.47 | 0.96 | 0.3 |
| Hex | 52 | 3 | 95 | 2D | 62 | 0 | 2A | 110 | 60 | 1E |
| Octal | 122 | 3 | 225 | 55 | 142 | 0 | 52 | 420 | 140 | 36 |
| Binary | 1010010 | 11 | 10010101 | 101101 | 1100010 | 0 | 101010 | 100010000 | 1100000 | 11110 |
Color Harmonies of #520395
Complementary color
Monochromatic Colors of #520395
Black with #520395
Text Example
Text Example
White with #520395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520395; }
p { color: rgb(82,3,149); }
H1.HeaderClassName
{
color: #520395;
}
.AnyTagClassName
{
color: #520395;
}
</style>
background-color css
<style>
a { background-color: #520395; }
a { background-color: rgb(82,3,149); }
div.DivClassName
{
background-color: #520395;
}
.BgClassName
{
background-color: #520395;
}
</style>
border-color css
<style>
span { border-color: #520395; }
span { border-color: rgb(82,3,149); }
td.TdClassName
{
border-color: #520395;
}
.TagClassName
{
border-color: #520395;
}
</style>