Shades of Indigo #520095
Tints of Indigo #520095
RGB
CMYK
RGB Variations
Color information
#520095 (or 0x520095) is known color: Indigo. HEX triplet: 52, 00 and 95. RGB value is (82,0,149). Sum of RGB (Red+Green+Blue) = 82+0+149=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #520095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520095 is #ADFF6A. Grayscale: #282828. Windows color (decimal): -11403115 or 9764946. OLE color: 9764946.
HSL color Cylindrical-coordinate representation of color #520095: hue angle of 273.02º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520095 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 0 | 149 | - |
| CMYK | 0.45 | 1 | 0 | 0.42 |
| HSL | 273.02º | 1% | 0.29% | - |
| HSV(B) | 273.02º | 1% | 0.58% | - |
| XYZ | 8.9 | 3.96 | 28.73 | - |
| YUV | 41.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 149 | 0.45 | 1 | 0 | 0.42 | 273.02 | 1 | 0.29 |
| Hex | 52 | 0 | 95 | 2D | 64 | 0 | 2A | 111 | 64 | 1D |
| Octal | 122 | 0 | 225 | 55 | 144 | 0 | 52 | 421 | 144 | 35 |
| Binary | 1010010 | 0 | 10010101 | 101101 | 1100100 | 0 | 101010 | 100010001 | 1100100 | 11101 |
Color Harmonies of #520095
Complementary color
Monochromatic Colors of #520095
Black with #520095
Text Example
Text Example
White with #520095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520095; }
p { color: rgb(82,0,149); }
H1.HeaderClassName
{
color: #520095;
}
.AnyTagClassName
{
color: #520095;
}
</style>
background-color css
<style>
a { background-color: #520095; }
a { background-color: rgb(82,0,149); }
div.DivClassName
{
background-color: #520095;
}
.BgClassName
{
background-color: #520095;
}
</style>
border-color css
<style>
span { border-color: #520095; }
span { border-color: rgb(82,0,149); }
td.TdClassName
{
border-color: #520095;
}
.TagClassName
{
border-color: #520095;
}
</style>