Shades of Indigo #520887
Tints of Indigo #520887
RGB
CMYK
RGB Variations
Color information
#520887 (or 0x520887) is known color: Indigo. HEX triplet: 52, 08 and 87. RGB value is (82,8,135). Sum of RGB (Red+Green+Blue) = 82+8+135=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #520887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520887 is #ADF778. Grayscale: #2C2C2C. Windows color (decimal): -11401081 or 8849490. OLE color: 8849490.
HSL color Cylindrical-coordinate representation of color #520887: hue angle of 274.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520887 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 8 | 135 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.47 |
| HSL | 274.96º | 0.89% | 0.28% | - |
| HSV(B) | 274.96º | 0.94% | 0.53% | - |
| XYZ | 7.94 | 3.72 | 23.22 | - |
| YUV | 44.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 135 | 0.39 | 0.94 | 0 | 0.47 | 274.96 | 0.89 | 0.28 |
| Hex | 52 | 8 | 87 | 27 | 5E | 0 | 2F | 113 | 59 | 1C |
| Octal | 122 | 10 | 207 | 47 | 136 | 0 | 57 | 423 | 131 | 34 |
| Binary | 1010010 | 1000 | 10000111 | 100111 | 1011110 | 0 | 101111 | 100010011 | 1011001 | 11100 |
Color Harmonies of #520887
Complementary color
Monochromatic Colors of #520887
Black with #520887
Text Example
Text Example
White with #520887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520887; }
p { color: rgb(82,8,135); }
H1.HeaderClassName
{
color: #520887;
}
.AnyTagClassName
{
color: #520887;
}
</style>
background-color css
<style>
a { background-color: #520887; }
a { background-color: rgb(82,8,135); }
div.DivClassName
{
background-color: #520887;
}
.BgClassName
{
background-color: #520887;
}
</style>
border-color css
<style>
span { border-color: #520887; }
span { border-color: rgb(82,8,135); }
td.TdClassName
{
border-color: #520887;
}
.TagClassName
{
border-color: #520887;
}
</style>