Shades of Indigo #521487
Tints of Indigo #521487
RGB
CMYK
RGB Variations
Color information
#521487 (or 0x521487) is known color: Indigo. HEX triplet: 52, 14 and 87. RGB value is (82,20,135). Sum of RGB (Red+Green+Blue) = 82+20+135=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #521487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521487 is #ADEB78. Grayscale: #333333. Windows color (decimal): -11398009 or 8852562. OLE color: 8852562.
HSL color Cylindrical-coordinate representation of color #521487: hue angle of 272.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521487 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 20 | 135 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.47 |
| HSL | 272.35º | 0.74% | 0.3% | - |
| HSV(B) | 272.35º | 0.85% | 0.53% | - |
| XYZ | 8.1 | 4.04 | 23.28 | - |
| YUV | 51.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 135 | 0.39 | 0.85 | 0 | 0.47 | 272.35 | 0.74 | 0.3 |
| Hex | 52 | 14 | 87 | 27 | 55 | 0 | 2F | 110 | 4A | 1E |
| Octal | 122 | 24 | 207 | 47 | 125 | 0 | 57 | 420 | 112 | 36 |
| Binary | 1010010 | 10100 | 10000111 | 100111 | 1010101 | 0 | 101111 | 100010000 | 1001010 | 11110 |
Color Harmonies of #521487
Complementary color
Monochromatic Colors of #521487
Black with #521487
Text Example
Text Example
White with #521487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521487; }
p { color: rgb(82,20,135); }
H1.HeaderClassName
{
color: #521487;
}
.AnyTagClassName
{
color: #521487;
}
</style>
background-color css
<style>
a { background-color: #521487; }
a { background-color: rgb(82,20,135); }
div.DivClassName
{
background-color: #521487;
}
.BgClassName
{
background-color: #521487;
}
</style>
border-color css
<style>
span { border-color: #521487; }
span { border-color: rgb(82,20,135); }
td.TdClassName
{
border-color: #521487;
}
.TagClassName
{
border-color: #521487;
}
</style>