Shades of Indigo #520170
Tints of Indigo #520170
RGB
CMYK
RGB Variations
Color information
#520170 (or 0x520170) is known color: Indigo. HEX triplet: 52, 01 and 70. RGB value is (82,1,112). Sum of RGB (Red+Green+Blue) = 82+1+112=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #520170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520170 is #ADFE8F. Grayscale: #252525. Windows color (decimal): -11402896 or 7340370. OLE color: 7340370.
HSL color Cylindrical-coordinate representation of color #520170: hue angle of 283.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520170 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 1 | 112 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.56 |
| HSL | 283.78º | 0.98% | 0.22% | - |
| HSV(B) | 283.78º | 0.99% | 0.44% | - |
| XYZ | 6.42 | 2.99 | 15.57 | - |
| YUV | 37.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 112 | 0.27 | 0.99 | 0 | 0.56 | 283.78 | 0.98 | 0.22 |
| Hex | 52 | 1 | 70 | 1B | 63 | 0 | 38 | 11C | 62 | 16 |
| Octal | 122 | 1 | 160 | 33 | 143 | 0 | 70 | 434 | 142 | 26 |
| Binary | 1010010 | 1 | 1110000 | 11011 | 1100011 | 0 | 111000 | 100011100 | 1100010 | 10110 |
Color Harmonies of #520170
Complementary color
Monochromatic Colors of #520170
Black with #520170
Text Example
Text Example
White with #520170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520170; }
p { color: rgb(82,1,112); }
H1.HeaderClassName
{
color: #520170;
}
.AnyTagClassName
{
color: #520170;
}
</style>
background-color css
<style>
a { background-color: #520170; }
a { background-color: rgb(82,1,112); }
div.DivClassName
{
background-color: #520170;
}
.BgClassName
{
background-color: #520170;
}
</style>
border-color css
<style>
span { border-color: #520170; }
span { border-color: rgb(82,1,112); }
td.TdClassName
{
border-color: #520170;
}
.TagClassName
{
border-color: #520170;
}
</style>