Shades of Indigo #520594
Tints of Indigo #520594
RGB
CMYK
RGB Variations
Color information
#520594 (or 0x520594) is known color: Indigo. HEX triplet: 52, 05 and 94. RGB value is (82,5,148). Sum of RGB (Red+Green+Blue) = 82+5+148=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #520594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520594 is #ADFA6B. Grayscale: #2B2B2B. Windows color (decimal): -11401836 or 9700690. OLE color: 9700690.
HSL color Cylindrical-coordinate representation of color #520594: hue angle of 272.31º degrees, saturation: 0.93, 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 #520594 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 5 | 148 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.42 |
| HSL | 272.31º | 0.93% | 0.3% | - |
| HSV(B) | 272.31º | 0.97% | 0.58% | - |
| XYZ | 8.88 | 4.04 | 28.33 | - |
| YUV | 44.33 | 186.51 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 148 | 0.45 | 0.97 | 0 | 0.42 | 272.31 | 0.93 | 0.3 |
| Hex | 52 | 5 | 94 | 2D | 61 | 0 | 2A | 110 | 5D | 1E |
| Octal | 122 | 5 | 224 | 55 | 141 | 0 | 52 | 420 | 135 | 36 |
| Binary | 1010010 | 101 | 10010100 | 101101 | 1100001 | 0 | 101010 | 100010000 | 1011101 | 11110 |
Color Harmonies of #520594
Complementary color
Monochromatic Colors of #520594
Black with #520594
Text Example
Text Example
White with #520594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520594; }
p { color: rgb(82,5,148); }
H1.HeaderClassName
{
color: #520594;
}
.AnyTagClassName
{
color: #520594;
}
</style>
background-color css
<style>
a { background-color: #520594; }
a { background-color: rgb(82,5,148); }
div.DivClassName
{
background-color: #520594;
}
.BgClassName
{
background-color: #520594;
}
</style>
border-color css
<style>
span { border-color: #520594; }
span { border-color: rgb(82,5,148); }
td.TdClassName
{
border-color: #520594;
}
.TagClassName
{
border-color: #520594;
}
</style>