Shades of Indigo #520072
Tints of Indigo #520072
RGB
CMYK
RGB Variations
Color information
#520072 (or 0x520072) is known color: Indigo. HEX triplet: 52, 00 and 72. RGB value is (82,0,114). Sum of RGB (Red+Green+Blue) = 82+0+114=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #520072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520072 is #ADFF8D. Grayscale: #252525. Windows color (decimal): -11403150 or 7471186. OLE color: 7471186.
HSL color Cylindrical-coordinate representation of color #520072: hue angle of 283.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520072 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 0 | 114 | - |
| CMYK | 0.28 | 1 | 0 | 0.55 |
| HSL | 283.16º | 1% | 0.22% | - |
| HSV(B) | 283.16º | 1% | 0.45% | - |
| XYZ | 6.52 | 3.01 | 16.16 | - |
| YUV | 37.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 114 | 0.28 | 1 | 0 | 0.55 | 283.16 | 1 | 0.22 |
| Hex | 52 | 0 | 72 | 1C | 64 | 0 | 37 | 11B | 64 | 16 |
| Octal | 122 | 0 | 162 | 34 | 144 | 0 | 67 | 433 | 144 | 26 |
| Binary | 1010010 | 0 | 1110010 | 11100 | 1100100 | 0 | 110111 | 100011011 | 1100100 | 10110 |
Color Harmonies of #520072
Complementary color
Monochromatic Colors of #520072
Black with #520072
Text Example
Text Example
White with #520072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520072; }
p { color: rgb(82,0,114); }
H1.HeaderClassName
{
color: #520072;
}
.AnyTagClassName
{
color: #520072;
}
</style>
background-color css
<style>
a { background-color: #520072; }
a { background-color: rgb(82,0,114); }
div.DivClassName
{
background-color: #520072;
}
.BgClassName
{
background-color: #520072;
}
</style>
border-color css
<style>
span { border-color: #520072; }
span { border-color: rgb(82,0,114); }
td.TdClassName
{
border-color: #520072;
}
.TagClassName
{
border-color: #520072;
}
</style>