Shades of Indigo #520592
Tints of Indigo #520592
RGB
CMYK
RGB Variations
Color information
#520592 (or 0x520592) is known color: Indigo. HEX triplet: 52, 05 and 92. RGB value is (82,5,146). Sum of RGB (Red+Green+Blue) = 82+5+146=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #520592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520592 is #ADFA6D. Grayscale: #2B2B2B. Windows color (decimal): -11401838 or 9569618. OLE color: 9569618.
HSL color Cylindrical-coordinate representation of color #520592: hue angle of 272.77º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520592 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 5 | 146 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.43 |
| HSL | 272.77º | 0.93% | 0.3% | - |
| HSV(B) | 272.77º | 0.97% | 0.57% | - |
| XYZ | 8.72 | 3.98 | 27.5 | - |
| YUV | 44.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 146 | 0.44 | 0.97 | 0 | 0.43 | 272.77 | 0.93 | 0.3 |
| Hex | 52 | 5 | 92 | 2C | 61 | 0 | 2B | 111 | 5D | 1E |
| Octal | 122 | 5 | 222 | 54 | 141 | 0 | 53 | 421 | 135 | 36 |
| Binary | 1010010 | 101 | 10010010 | 101100 | 1100001 | 0 | 101011 | 100010001 | 1011101 | 11110 |
Color Harmonies of #520592
Complementary color
Monochromatic Colors of #520592
Black with #520592
Text Example
Text Example
White with #520592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520592; }
p { color: rgb(82,5,146); }
H1.HeaderClassName
{
color: #520592;
}
.AnyTagClassName
{
color: #520592;
}
</style>
background-color css
<style>
a { background-color: #520592; }
a { background-color: rgb(82,5,146); }
div.DivClassName
{
background-color: #520592;
}
.BgClassName
{
background-color: #520592;
}
</style>
border-color css
<style>
span { border-color: #520592; }
span { border-color: rgb(82,5,146); }
td.TdClassName
{
border-color: #520592;
}
.TagClassName
{
border-color: #520592;
}
</style>