Shades of Indigo #521673
Tints of Indigo #521673
RGB
CMYK
RGB Variations
Color information
#521673 (or 0x521673) is known color: Indigo. HEX triplet: 52, 16 and 73. RGB value is (82,22,115). Sum of RGB (Red+Green+Blue) = 82+22+115=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #521673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521673 is #ADE98C. Grayscale: #323232. Windows color (decimal): -11397517 or 7542354. OLE color: 7542354.
HSL color Cylindrical-coordinate representation of color #521673: hue angle of 278.71º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521673 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 22 | 115 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.55 |
| HSL | 278.71º | 0.68% | 0.27% | - |
| HSV(B) | 278.71º | 0.81% | 0.45% | - |
| XYZ | 6.86 | 3.61 | 16.55 | - |
| YUV | 50.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 115 | 0.29 | 0.81 | 0 | 0.55 | 278.71 | 0.68 | 0.27 |
| Hex | 52 | 16 | 73 | 1D | 51 | 0 | 37 | 117 | 44 | 1B |
| Octal | 122 | 26 | 163 | 35 | 121 | 0 | 67 | 427 | 104 | 33 |
| Binary | 1010010 | 10110 | 1110011 | 11101 | 1010001 | 0 | 110111 | 100010111 | 1000100 | 11011 |
Color Harmonies of #521673
Complementary color
Monochromatic Colors of #521673
Black with #521673
Text Example
Text Example
White with #521673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521673; }
p { color: rgb(82,22,115); }
H1.HeaderClassName
{
color: #521673;
}
.AnyTagClassName
{
color: #521673;
}
</style>
background-color css
<style>
a { background-color: #521673; }
a { background-color: rgb(82,22,115); }
div.DivClassName
{
background-color: #521673;
}
.BgClassName
{
background-color: #521673;
}
</style>
border-color css
<style>
span { border-color: #521673; }
span { border-color: rgb(82,22,115); }
td.TdClassName
{
border-color: #521673;
}
.TagClassName
{
border-color: #521673;
}
</style>