Shades of Indigo #521574
Tints of Indigo #521574
RGB
CMYK
RGB Variations
Color information
#521574 (or 0x521574) is known color: Indigo. HEX triplet: 52, 15 and 74. RGB value is (82,21,116). Sum of RGB (Red+Green+Blue) = 82+21+116=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #521574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521574 is #ADEA8B. Grayscale: #313131. Windows color (decimal): -11397772 or 7607634. OLE color: 7607634.
HSL color Cylindrical-coordinate representation of color #521574: hue angle of 278.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521574 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 21 | 116 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.55 |
| HSL | 278.53º | 0.69% | 0.27% | - |
| HSV(B) | 278.53º | 0.82% | 0.45% | - |
| XYZ | 6.9 | 3.59 | 16.85 | - |
| YUV | 50.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 116 | 0.29 | 0.82 | 0 | 0.55 | 278.53 | 0.69 | 0.27 |
| Hex | 52 | 15 | 74 | 1D | 52 | 0 | 37 | 117 | 45 | 1B |
| Octal | 122 | 25 | 164 | 35 | 122 | 0 | 67 | 427 | 105 | 33 |
| Binary | 1010010 | 10101 | 1110100 | 11101 | 1010010 | 0 | 110111 | 100010111 | 1000101 | 11011 |
Color Harmonies of #521574
Complementary color
Monochromatic Colors of #521574
Black with #521574
Text Example
Text Example
White with #521574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521574; }
p { color: rgb(82,21,116); }
H1.HeaderClassName
{
color: #521574;
}
.AnyTagClassName
{
color: #521574;
}
</style>
background-color css
<style>
a { background-color: #521574; }
a { background-color: rgb(82,21,116); }
div.DivClassName
{
background-color: #521574;
}
.BgClassName
{
background-color: #521574;
}
</style>
border-color css
<style>
span { border-color: #521574; }
span { border-color: rgb(82,21,116); }
td.TdClassName
{
border-color: #521574;
}
.TagClassName
{
border-color: #521574;
}
</style>