Shades of Indigo #520187
Tints of Indigo #520187
RGB
CMYK
RGB Variations
Color information
#520187 (or 0x520187) is known color: Indigo. HEX triplet: 52, 01 and 87. RGB value is (82,1,135). Sum of RGB (Red+Green+Blue) = 82+1+135=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #520187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520187 is #ADFE78. Grayscale: #282828. Windows color (decimal): -11402873 or 8847698. OLE color: 8847698.
HSL color Cylindrical-coordinate representation of color #520187: hue angle of 276.27º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520187 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 1 | 135 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.47 |
| HSL | 276.27º | 0.99% | 0.27% | - |
| HSV(B) | 276.27º | 0.99% | 0.53% | - |
| XYZ | 7.86 | 3.56 | 23.2 | - |
| YUV | 40.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 135 | 0.39 | 0.99 | 0 | 0.47 | 276.27 | 0.99 | 0.27 |
| Hex | 52 | 1 | 87 | 27 | 63 | 0 | 2F | 114 | 63 | 1B |
| Octal | 122 | 1 | 207 | 47 | 143 | 0 | 57 | 424 | 143 | 33 |
| Binary | 1010010 | 1 | 10000111 | 100111 | 1100011 | 0 | 101111 | 100010100 | 1100011 | 11011 |
Color Harmonies of #520187
Complementary color
Monochromatic Colors of #520187
Black with #520187
Text Example
Text Example
White with #520187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520187; }
p { color: rgb(82,1,135); }
H1.HeaderClassName
{
color: #520187;
}
.AnyTagClassName
{
color: #520187;
}
</style>
background-color css
<style>
a { background-color: #520187; }
a { background-color: rgb(82,1,135); }
div.DivClassName
{
background-color: #520187;
}
.BgClassName
{
background-color: #520187;
}
</style>
border-color css
<style>
span { border-color: #520187; }
span { border-color: rgb(82,1,135); }
td.TdClassName
{
border-color: #520187;
}
.TagClassName
{
border-color: #520187;
}
</style>