Shades of Indigo #520587
Tints of Indigo #520587
RGB
CMYK
RGB Variations
Color information
#520587 (or 0x520587) is known color: Indigo. HEX triplet: 52, 05 and 87. RGB value is (82,5,135). Sum of RGB (Red+Green+Blue) = 82+5+135=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #520587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520587 is #ADFA78. Grayscale: #2A2A2A. Windows color (decimal): -11401849 or 8848722. OLE color: 8848722.
HSL color Cylindrical-coordinate representation of color #520587: hue angle of 275.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520587 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 5 | 135 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.47 |
| HSL | 275.54º | 0.93% | 0.27% | - |
| HSV(B) | 275.54º | 0.96% | 0.53% | - |
| XYZ | 7.91 | 3.65 | 23.21 | - |
| YUV | 42.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 135 | 0.39 | 0.96 | 0 | 0.47 | 275.54 | 0.93 | 0.27 |
| Hex | 52 | 5 | 87 | 27 | 60 | 0 | 2F | 114 | 5D | 1B |
| Octal | 122 | 5 | 207 | 47 | 140 | 0 | 57 | 424 | 135 | 33 |
| Binary | 1010010 | 101 | 10000111 | 100111 | 1100000 | 0 | 101111 | 100010100 | 1011101 | 11011 |
Color Harmonies of #520587
Complementary color
Monochromatic Colors of #520587
Black with #520587
Text Example
Text Example
White with #520587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520587; }
p { color: rgb(82,5,135); }
H1.HeaderClassName
{
color: #520587;
}
.AnyTagClassName
{
color: #520587;
}
</style>
background-color css
<style>
a { background-color: #520587; }
a { background-color: rgb(82,5,135); }
div.DivClassName
{
background-color: #520587;
}
.BgClassName
{
background-color: #520587;
}
</style>
border-color css
<style>
span { border-color: #520587; }
span { border-color: rgb(82,5,135); }
td.TdClassName
{
border-color: #520587;
}
.TagClassName
{
border-color: #520587;
}
</style>