Shades of Indigo #521A87
Tints of Indigo #521A87
RGB
CMYK
RGB Variations
Color information
#521A87 (or 0x521A87) is known color: Indigo. HEX triplet: 52, 1A and 87. RGB value is (82,26,135). Sum of RGB (Red+Green+Blue) = 82+26+135=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #521A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A87 is #ADE578. Grayscale: #363636. Windows color (decimal): -11396473 or 8854098. OLE color: 8854098.
HSL color Cylindrical-coordinate representation of color #521A87: hue angle of 270.83º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521A87 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 26 | 135 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.47 |
| HSL | 270.83º | 0.68% | 0.32% | - |
| HSV(B) | 270.83º | 0.81% | 0.53% | - |
| XYZ | 8.22 | 4.28 | 23.31 | - |
| YUV | 55.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 135 | 0.39 | 0.81 | 0 | 0.47 | 270.83 | 0.68 | 0.32 |
| Hex | 52 | 1A | 87 | 27 | 51 | 0 | 2F | 10F | 44 | 20 |
| Octal | 122 | 32 | 207 | 47 | 121 | 0 | 57 | 417 | 104 | 40 |
| Binary | 1010010 | 11010 | 10000111 | 100111 | 1010001 | 0 | 101111 | 100001111 | 1000100 | 100000 |
Color Harmonies of #521A87
Complementary color
Monochromatic Colors of #521A87
Black with #521A87
Text Example
Text Example
White with #521A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A87; }
p { color: rgb(82,26,135); }
H1.HeaderClassName
{
color: #521A87;
}
.AnyTagClassName
{
color: #521A87;
}
</style>
background-color css
<style>
a { background-color: #521A87; }
a { background-color: rgb(82,26,135); }
div.DivClassName
{
background-color: #521A87;
}
.BgClassName
{
background-color: #521A87;
}
</style>
border-color css
<style>
span { border-color: #521A87; }
span { border-color: rgb(82,26,135); }
td.TdClassName
{
border-color: #521A87;
}
.TagClassName
{
border-color: #521A87;
}
</style>