Shades of Indigo #520789
Tints of Indigo #520789
RGB
CMYK
RGB Variations
Color information
#520789 (or 0x520789) is known color: Indigo. HEX triplet: 52, 07 and 89. RGB value is (82,7,137). Sum of RGB (Red+Green+Blue) = 82+7+137=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #520789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520789 is #ADF876. Grayscale: #2B2B2B. Windows color (decimal): -11401335 or 8980306. OLE color: 8980306.
HSL color Cylindrical-coordinate representation of color #520789: hue angle of 274.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520789 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 7 | 137 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.46 |
| HSL | 274.62º | 0.9% | 0.28% | - |
| HSV(B) | 274.62º | 0.95% | 0.54% | - |
| XYZ | 8.07 | 3.75 | 23.97 | - |
| YUV | 44.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 137 | 0.40 | 0.95 | 0 | 0.46 | 274.62 | 0.9 | 0.28 |
| Hex | 52 | 7 | 89 | 28 | 5F | 0 | 2E | 113 | 5A | 1C |
| Octal | 122 | 7 | 211 | 50 | 137 | 0 | 56 | 423 | 132 | 34 |
| Binary | 1010010 | 111 | 10001001 | 101000 | 1011111 | 0 | 101110 | 100010011 | 1011010 | 11100 |
Color Harmonies of #520789
Complementary color
Monochromatic Colors of #520789
Black with #520789
Text Example
Text Example
White with #520789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520789; }
p { color: rgb(82,7,137); }
H1.HeaderClassName
{
color: #520789;
}
.AnyTagClassName
{
color: #520789;
}
</style>
background-color css
<style>
a { background-color: #520789; }
a { background-color: rgb(82,7,137); }
div.DivClassName
{
background-color: #520789;
}
.BgClassName
{
background-color: #520789;
}
</style>
border-color css
<style>
span { border-color: #520789; }
span { border-color: rgb(82,7,137); }
td.TdClassName
{
border-color: #520789;
}
.TagClassName
{
border-color: #520789;
}
</style>