Shades of Indigo #521599
Tints of Indigo #521599
RGB
CMYK
RGB Variations
Color information
#521599 (or 0x521599) is known color: Indigo. HEX triplet: 52, 15 and 99. RGB value is (82,21,153). Sum of RGB (Red+Green+Blue) = 82+21+153=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #521599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521599 is #ADEA66. Grayscale: #353535. Windows color (decimal): -11397735 or 10032466. OLE color: 10032466.
HSL color Cylindrical-coordinate representation of color #521599: hue angle of 267.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521599 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 21 | 153 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.4 |
| HSL | 267.73º | 0.76% | 0.34% | - |
| HSV(B) | 267.73º | 0.86% | 0.6% | - |
| XYZ | 9.5 | 4.63 | 30.53 | - |
| YUV | 54.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 153 | 0.46 | 0.86 | 0 | 0.4 | 267.73 | 0.76 | 0.34 |
| Hex | 52 | 15 | 99 | 2E | 56 | 0 | 28 | 10C | 4C | 22 |
| Octal | 122 | 25 | 231 | 56 | 126 | 0 | 50 | 414 | 114 | 42 |
| Binary | 1010010 | 10101 | 10011001 | 101110 | 1010110 | 0 | 101000 | 100001100 | 1001100 | 100010 |
Color Harmonies of #521599
Complementary color
Monochromatic Colors of #521599
Black with #521599
Text Example
Text Example
White with #521599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521599; }
p { color: rgb(82,21,153); }
H1.HeaderClassName
{
color: #521599;
}
.AnyTagClassName
{
color: #521599;
}
</style>
background-color css
<style>
a { background-color: #521599; }
a { background-color: rgb(82,21,153); }
div.DivClassName
{
background-color: #521599;
}
.BgClassName
{
background-color: #521599;
}
</style>
border-color css
<style>
span { border-color: #521599; }
span { border-color: rgb(82,21,153); }
td.TdClassName
{
border-color: #521599;
}
.TagClassName
{
border-color: #521599;
}
</style>