Shades of Indigo #521775
Tints of Indigo #521775
RGB
CMYK
RGB Variations
Color information
#521775 (or 0x521775) is known color: Indigo. HEX triplet: 52, 17 and 75. RGB value is (82,23,117). Sum of RGB (Red+Green+Blue) = 82+23+117=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #521775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521775 is #ADE88A. Grayscale: #333333. Windows color (decimal): -11397259 or 7673682. OLE color: 7673682.
HSL color Cylindrical-coordinate representation of color #521775: hue angle of 277.66º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521775 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 23 | 117 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.54 |
| HSL | 277.66º | 0.67% | 0.27% | - |
| HSV(B) | 277.66º | 0.8% | 0.46% | - |
| XYZ | 7 | 3.69 | 17.17 | - |
| YUV | 51.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 117 | 0.30 | 0.80 | 0 | 0.54 | 277.66 | 0.67 | 0.27 |
| Hex | 52 | 17 | 75 | 1E | 50 | 0 | 36 | 116 | 43 | 1B |
| Octal | 122 | 27 | 165 | 36 | 120 | 0 | 66 | 426 | 103 | 33 |
| Binary | 1010010 | 10111 | 1110101 | 11110 | 1010000 | 0 | 110110 | 100010110 | 1000011 | 11011 |
Color Harmonies of #521775
Complementary color
Monochromatic Colors of #521775
Black with #521775
Text Example
Text Example
White with #521775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521775; }
p { color: rgb(82,23,117); }
H1.HeaderClassName
{
color: #521775;
}
.AnyTagClassName
{
color: #521775;
}
</style>
background-color css
<style>
a { background-color: #521775; }
a { background-color: rgb(82,23,117); }
div.DivClassName
{
background-color: #521775;
}
.BgClassName
{
background-color: #521775;
}
</style>
border-color css
<style>
span { border-color: #521775; }
span { border-color: rgb(82,23,117); }
td.TdClassName
{
border-color: #521775;
}
.TagClassName
{
border-color: #521775;
}
</style>