Shades of Indigo #521271
Tints of Indigo #521271
RGB
CMYK
RGB Variations
Color information
#521271 (or 0x521271) is known color: Indigo. HEX triplet: 52, 12 and 71. RGB value is (82,18,113). Sum of RGB (Red+Green+Blue) = 82+18+113=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #521271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521271 is #ADED8E. Grayscale: #2F2F2F. Windows color (decimal): -11398543 or 7410258. OLE color: 7410258.
HSL color Cylindrical-coordinate representation of color #521271: hue angle of 280.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521271 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 18 | 113 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.56 |
| HSL | 280.42º | 0.73% | 0.26% | - |
| HSV(B) | 280.42º | 0.84% | 0.44% | - |
| XYZ | 6.68 | 3.42 | 15.93 | - |
| YUV | 47.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 113 | 0.27 | 0.84 | 0 | 0.56 | 280.42 | 0.73 | 0.26 |
| Hex | 52 | 12 | 71 | 1B | 54 | 0 | 38 | 118 | 49 | 1A |
| Octal | 122 | 22 | 161 | 33 | 124 | 0 | 70 | 430 | 111 | 32 |
| Binary | 1010010 | 10010 | 1110001 | 11011 | 1010100 | 0 | 111000 | 100011000 | 1001001 | 11010 |
Color Harmonies of #521271
Complementary color
Monochromatic Colors of #521271
Black with #521271
Text Example
Text Example
White with #521271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521271; }
p { color: rgb(82,18,113); }
H1.HeaderClassName
{
color: #521271;
}
.AnyTagClassName
{
color: #521271;
}
</style>
background-color css
<style>
a { background-color: #521271; }
a { background-color: rgb(82,18,113); }
div.DivClassName
{
background-color: #521271;
}
.BgClassName
{
background-color: #521271;
}
</style>
border-color css
<style>
span { border-color: #521271; }
span { border-color: rgb(82,18,113); }
td.TdClassName
{
border-color: #521271;
}
.TagClassName
{
border-color: #521271;
}
</style>