Shades of Indigo #521376
Tints of Indigo #521376
RGB
CMYK
RGB Variations
Color information
#521376 (or 0x521376) is known color: Indigo. HEX triplet: 52, 13 and 76. RGB value is (82,19,118). Sum of RGB (Red+Green+Blue) = 82+19+118=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #521376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521376 is #ADEC89. Grayscale: #303030. Windows color (decimal): -11398282 or 7738194. OLE color: 7738194.
HSL color Cylindrical-coordinate representation of color #521376: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521376 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 19 | 118 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.54 |
| HSL | 278.18º | 0.72% | 0.27% | - |
| HSV(B) | 278.18º | 0.84% | 0.46% | - |
| XYZ | 6.98 | 3.57 | 17.46 | - |
| YUV | 49.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 118 | 0.31 | 0.84 | 0 | 0.54 | 278.18 | 0.72 | 0.27 |
| Hex | 52 | 13 | 76 | 1F | 54 | 0 | 36 | 116 | 48 | 1B |
| Octal | 122 | 23 | 166 | 37 | 124 | 0 | 66 | 426 | 110 | 33 |
| Binary | 1010010 | 10011 | 1110110 | 11111 | 1010100 | 0 | 110110 | 100010110 | 1001000 | 11011 |
Color Harmonies of #521376
Complementary color
Monochromatic Colors of #521376
Black with #521376
Text Example
Text Example
White with #521376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521376; }
p { color: rgb(82,19,118); }
H1.HeaderClassName
{
color: #521376;
}
.AnyTagClassName
{
color: #521376;
}
</style>
background-color css
<style>
a { background-color: #521376; }
a { background-color: rgb(82,19,118); }
div.DivClassName
{
background-color: #521376;
}
.BgClassName
{
background-color: #521376;
}
</style>
border-color css
<style>
span { border-color: #521376; }
span { border-color: rgb(82,19,118); }
td.TdClassName
{
border-color: #521376;
}
.TagClassName
{
border-color: #521376;
}
</style>