Shades of Indigo #520063
Tints of Indigo #520063
RGB
CMYK
RGB Variations
Color information
#520063 (or 0x520063) is known color: Indigo. HEX triplet: 52, 00 and 63. RGB value is (82,0,99). Sum of RGB (Red+Green+Blue) = 82+0+99=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #520063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520063 is #ADFF9C. Grayscale: #232323. Windows color (decimal): -11403165 or 6488146. OLE color: 6488146.
HSL color Cylindrical-coordinate representation of color #520063: hue angle of 289.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520063 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 0 | 99 | - |
| CMYK | 0.17 | 1 | 0 | 0.61 |
| HSL | 289.7º | 1% | 0.19% | - |
| HSV(B) | 289.7º | 1% | 0.39% | - |
| XYZ | 5.73 | 2.69 | 12.02 | - |
| YUV | 35.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 99 | 0.17 | 1 | 0 | 0.61 | 289.7 | 1 | 0.19 |
| Hex | 52 | 0 | 63 | 11 | 64 | 0 | 3D | 122 | 64 | 13 |
| Octal | 122 | 0 | 143 | 21 | 144 | 0 | 75 | 442 | 144 | 23 |
| Binary | 1010010 | 0 | 1100011 | 10001 | 1100100 | 0 | 111101 | 100100010 | 1100100 | 10011 |
Color Harmonies of #520063
Complementary color
Monochromatic Colors of #520063
Black with #520063
Text Example
Text Example
White with #520063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520063; }
p { color: rgb(82,0,99); }
H1.HeaderClassName
{
color: #520063;
}
.AnyTagClassName
{
color: #520063;
}
</style>
background-color css
<style>
a { background-color: #520063; }
a { background-color: rgb(82,0,99); }
div.DivClassName
{
background-color: #520063;
}
.BgClassName
{
background-color: #520063;
}
</style>
border-color css
<style>
span { border-color: #520063; }
span { border-color: rgb(82,0,99); }
td.TdClassName
{
border-color: #520063;
}
.TagClassName
{
border-color: #520063;
}
</style>