Shades of Indigo #520572
Tints of Indigo #520572
RGB
CMYK
RGB Variations
Color information
#520572 (or 0x520572) is known color: Indigo. HEX triplet: 52, 05 and 72. RGB value is (82,5,114). Sum of RGB (Red+Green+Blue) = 82+5+114=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #520572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520572 is #ADFA8D. Grayscale: #282828. Windows color (decimal): -11401870 or 7472466. OLE color: 7472466.
HSL color Cylindrical-coordinate representation of color #520572: hue angle of 282.39º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520572 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 5 | 114 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.55 |
| HSL | 282.39º | 0.92% | 0.23% | - |
| HSV(B) | 282.39º | 0.96% | 0.45% | - |
| XYZ | 6.57 | 3.12 | 16.17 | - |
| YUV | 40.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 114 | 0.28 | 0.96 | 0 | 0.55 | 282.39 | 0.92 | 0.23 |
| Hex | 52 | 5 | 72 | 1C | 60 | 0 | 37 | 11A | 5C | 17 |
| Octal | 122 | 5 | 162 | 34 | 140 | 0 | 67 | 432 | 134 | 27 |
| Binary | 1010010 | 101 | 1110010 | 11100 | 1100000 | 0 | 110111 | 100011010 | 1011100 | 10111 |
Color Harmonies of #520572
Complementary color
Monochromatic Colors of #520572
Black with #520572
Text Example
Text Example
White with #520572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520572; }
p { color: rgb(82,5,114); }
H1.HeaderClassName
{
color: #520572;
}
.AnyTagClassName
{
color: #520572;
}
</style>
background-color css
<style>
a { background-color: #520572; }
a { background-color: rgb(82,5,114); }
div.DivClassName
{
background-color: #520572;
}
.BgClassName
{
background-color: #520572;
}
</style>
border-color css
<style>
span { border-color: #520572; }
span { border-color: rgb(82,5,114); }
td.TdClassName
{
border-color: #520572;
}
.TagClassName
{
border-color: #520572;
}
</style>