Shades of Indigo #521675
Tints of Indigo #521675
RGB
CMYK
RGB Variations
Color information
#521675 (or 0x521675) is known color: Indigo. HEX triplet: 52, 16 and 75. RGB value is (82,22,117). Sum of RGB (Red+Green+Blue) = 82+22+117=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #521675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521675 is #ADE98A. Grayscale: #323232. Windows color (decimal): -11397515 or 7673426. OLE color: 7673426.
HSL color Cylindrical-coordinate representation of color #521675: hue angle of 277.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521675 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 22 | 117 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.54 |
| HSL | 277.89º | 0.68% | 0.27% | - |
| HSV(B) | 277.89º | 0.81% | 0.46% | - |
| XYZ | 6.98 | 3.65 | 17.17 | - |
| YUV | 50.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 117 | 0.30 | 0.81 | 0 | 0.54 | 277.89 | 0.68 | 0.27 |
| Hex | 52 | 16 | 75 | 1E | 51 | 0 | 36 | 116 | 44 | 1B |
| Octal | 122 | 26 | 165 | 36 | 121 | 0 | 66 | 426 | 104 | 33 |
| Binary | 1010010 | 10110 | 1110101 | 11110 | 1010001 | 0 | 110110 | 100010110 | 1000100 | 11011 |
Color Harmonies of #521675
Complementary color
Monochromatic Colors of #521675
Black with #521675
Text Example
Text Example
White with #521675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521675; }
p { color: rgb(82,22,117); }
H1.HeaderClassName
{
color: #521675;
}
.AnyTagClassName
{
color: #521675;
}
</style>
background-color css
<style>
a { background-color: #521675; }
a { background-color: rgb(82,22,117); }
div.DivClassName
{
background-color: #521675;
}
.BgClassName
{
background-color: #521675;
}
</style>
border-color css
<style>
span { border-color: #521675; }
span { border-color: rgb(82,22,117); }
td.TdClassName
{
border-color: #521675;
}
.TagClassName
{
border-color: #521675;
}
</style>