Shades of Indigo #521572
Tints of Indigo #521572
RGB
CMYK
RGB Variations
Color information
#521572 (or 0x521572) is known color: Indigo. HEX triplet: 52, 15 and 72. RGB value is (82,21,114). Sum of RGB (Red+Green+Blue) = 82+21+114=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #521572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521572 is #ADEA8D. Grayscale: #313131. Windows color (decimal): -11397774 or 7476562. OLE color: 7476562.
HSL color Cylindrical-coordinate representation of color #521572: hue angle of 279.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521572 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 21 | 114 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.55 |
| HSL | 279.35º | 0.69% | 0.26% | - |
| HSV(B) | 279.35º | 0.82% | 0.45% | - |
| XYZ | 6.79 | 3.55 | 16.25 | - |
| YUV | 49.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 114 | 0.28 | 0.82 | 0 | 0.55 | 279.35 | 0.69 | 0.26 |
| Hex | 52 | 15 | 72 | 1C | 52 | 0 | 37 | 117 | 45 | 1A |
| Octal | 122 | 25 | 162 | 34 | 122 | 0 | 67 | 427 | 105 | 32 |
| Binary | 1010010 | 10101 | 1110010 | 11100 | 1010010 | 0 | 110111 | 100010111 | 1000101 | 11010 |
Color Harmonies of #521572
Complementary color
Monochromatic Colors of #521572
Black with #521572
Text Example
Text Example
White with #521572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521572; }
p { color: rgb(82,21,114); }
H1.HeaderClassName
{
color: #521572;
}
.AnyTagClassName
{
color: #521572;
}
</style>
background-color css
<style>
a { background-color: #521572; }
a { background-color: rgb(82,21,114); }
div.DivClassName
{
background-color: #521572;
}
.BgClassName
{
background-color: #521572;
}
</style>
border-color css
<style>
span { border-color: #521572; }
span { border-color: rgb(82,21,114); }
td.TdClassName
{
border-color: #521572;
}
.TagClassName
{
border-color: #521572;
}
</style>