Shades of Indigo #520761
Tints of Indigo #520761
RGB
CMYK
RGB Variations
Color information
#520761 (or 0x520761) is known color: Indigo. HEX triplet: 52, 07 and 61. RGB value is (82,7,97). Sum of RGB (Red+Green+Blue) = 82+7+97=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #520761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520761 is #ADF89E. Grayscale: #272727. Windows color (decimal): -11401375 or 6358866. OLE color: 6358866.
HSL color Cylindrical-coordinate representation of color #520761: hue angle of 290º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520761 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 7 | 97 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.62 |
| HSL | 290º | 0.87% | 0.2% | - |
| HSV(B) | 290º | 0.93% | 0.38% | - |
| XYZ | 5.71 | 2.81 | 11.55 | - |
| YUV | 39.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 97 | 0.15 | 0.93 | 0 | 0.62 | 290 | 0.87 | 0.2 |
| Hex | 52 | 7 | 61 | F | 5D | 0 | 3E | 122 | 57 | 14 |
| Octal | 122 | 7 | 141 | 17 | 135 | 0 | 76 | 442 | 127 | 24 |
| Binary | 1010010 | 111 | 1100001 | 1111 | 1011101 | 0 | 111110 | 100100010 | 1010111 | 10100 |
Color Harmonies of #520761
Complementary color
Monochromatic Colors of #520761
Black with #520761
Text Example
Text Example
White with #520761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520761; }
p { color: rgb(82,7,97); }
H1.HeaderClassName
{
color: #520761;
}
.AnyTagClassName
{
color: #520761;
}
</style>
background-color css
<style>
a { background-color: #520761; }
a { background-color: rgb(82,7,97); }
div.DivClassName
{
background-color: #520761;
}
.BgClassName
{
background-color: #520761;
}
</style>
border-color css
<style>
span { border-color: #520761; }
span { border-color: rgb(82,7,97); }
td.TdClassName
{
border-color: #520761;
}
.TagClassName
{
border-color: #520761;
}
</style>