Shades of Indigo #521587
Tints of Indigo #521587
RGB
CMYK
RGB Variations
Color information
#521587 (or 0x521587) is known color: Indigo. HEX triplet: 52, 15 and 87. RGB value is (82,21,135). Sum of RGB (Red+Green+Blue) = 82+21+135=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #521587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521587 is #ADEA78. Grayscale: #333333. Windows color (decimal): -11397753 or 8852818. OLE color: 8852818.
HSL color Cylindrical-coordinate representation of color #521587: hue angle of 272.11º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521587 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 21 | 135 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.47 |
| HSL | 272.11º | 0.73% | 0.31% | - |
| HSV(B) | 272.11º | 0.84% | 0.53% | - |
| XYZ | 8.12 | 4.08 | 23.28 | - |
| YUV | 52.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 135 | 0.39 | 0.84 | 0 | 0.47 | 272.11 | 0.73 | 0.31 |
| Hex | 52 | 15 | 87 | 27 | 54 | 0 | 2F | 110 | 49 | 1F |
| Octal | 122 | 25 | 207 | 47 | 124 | 0 | 57 | 420 | 111 | 37 |
| Binary | 1010010 | 10101 | 10000111 | 100111 | 1010100 | 0 | 101111 | 100010000 | 1001001 | 11111 |
Color Harmonies of #521587
Complementary color
Monochromatic Colors of #521587
Black with #521587
Text Example
Text Example
White with #521587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521587; }
p { color: rgb(82,21,135); }
H1.HeaderClassName
{
color: #521587;
}
.AnyTagClassName
{
color: #521587;
}
</style>
background-color css
<style>
a { background-color: #521587; }
a { background-color: rgb(82,21,135); }
div.DivClassName
{
background-color: #521587;
}
.BgClassName
{
background-color: #521587;
}
</style>
border-color css
<style>
span { border-color: #521587; }
span { border-color: rgb(82,21,135); }
td.TdClassName
{
border-color: #521587;
}
.TagClassName
{
border-color: #521587;
}
</style>