Shades of Indigo #520561
Tints of Indigo #520561
RGB
CMYK
RGB Variations
Color information
#520561 (or 0x520561) is known color: Indigo. HEX triplet: 52, 05 and 61. RGB value is (82,5,97). Sum of RGB (Red+Green+Blue) = 82+5+97=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #520561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520561 is #ADFA9E. Grayscale: #262626. Windows color (decimal): -11401887 or 6358354. OLE color: 6358354.
HSL color Cylindrical-coordinate representation of color #520561: hue angle of 290.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520561 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 5 | 97 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.62 |
| HSL | 290.22º | 0.9% | 0.2% | - |
| HSV(B) | 290.22º | 0.95% | 0.38% | - |
| XYZ | 5.69 | 2.77 | 11.54 | - |
| YUV | 38.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 97 | 0.15 | 0.95 | 0 | 0.62 | 290.22 | 0.9 | 0.2 |
| Hex | 52 | 5 | 61 | F | 5F | 0 | 3E | 122 | 5A | 14 |
| Octal | 122 | 5 | 141 | 17 | 137 | 0 | 76 | 442 | 132 | 24 |
| Binary | 1010010 | 101 | 1100001 | 1111 | 1011111 | 0 | 111110 | 100100010 | 1011010 | 10100 |
Color Harmonies of #520561
Complementary color
Monochromatic Colors of #520561
Black with #520561
Text Example
Text Example
White with #520561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520561; }
p { color: rgb(82,5,97); }
H1.HeaderClassName
{
color: #520561;
}
.AnyTagClassName
{
color: #520561;
}
</style>
background-color css
<style>
a { background-color: #520561; }
a { background-color: rgb(82,5,97); }
div.DivClassName
{
background-color: #520561;
}
.BgClassName
{
background-color: #520561;
}
</style>
border-color css
<style>
span { border-color: #520561; }
span { border-color: rgb(82,5,97); }
td.TdClassName
{
border-color: #520561;
}
.TagClassName
{
border-color: #520561;
}
</style>