Shades of Indigo #521377
Tints of Indigo #521377
RGB
CMYK
RGB Variations
Color information
#521377 (or 0x521377) is known color: Indigo. HEX triplet: 52, 13 and 77. RGB value is (82,19,119). Sum of RGB (Red+Green+Blue) = 82+19+119=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #521377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521377 is #ADEC88. Grayscale: #303030. Windows color (decimal): -11398281 or 7803730. OLE color: 7803730.
HSL color Cylindrical-coordinate representation of color #521377: hue angle of 277.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521377 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 19 | 119 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.53 |
| HSL | 277.8º | 0.72% | 0.27% | - |
| HSV(B) | 277.8º | 0.84% | 0.47% | - |
| XYZ | 7.04 | 3.59 | 17.77 | - |
| YUV | 49.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 119 | 0.31 | 0.84 | 0 | 0.53 | 277.8 | 0.72 | 0.27 |
| Hex | 52 | 13 | 77 | 1F | 54 | 0 | 35 | 116 | 48 | 1B |
| Octal | 122 | 23 | 167 | 37 | 124 | 0 | 65 | 426 | 110 | 33 |
| Binary | 1010010 | 10011 | 1110111 | 11111 | 1010100 | 0 | 110101 | 100010110 | 1001000 | 11011 |
Color Harmonies of #521377
Complementary color
Monochromatic Colors of #521377
Black with #521377
Text Example
Text Example
White with #521377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521377; }
p { color: rgb(82,19,119); }
H1.HeaderClassName
{
color: #521377;
}
.AnyTagClassName
{
color: #521377;
}
</style>
background-color css
<style>
a { background-color: #521377; }
a { background-color: rgb(82,19,119); }
div.DivClassName
{
background-color: #521377;
}
.BgClassName
{
background-color: #521377;
}
</style>
border-color css
<style>
span { border-color: #521377; }
span { border-color: rgb(82,19,119); }
td.TdClassName
{
border-color: #521377;
}
.TagClassName
{
border-color: #521377;
}
</style>