Shades of Indigo #521197
Tints of Indigo #521197
RGB
CMYK
RGB Variations
Color information
#521197 (or 0x521197) is known color: Indigo. HEX triplet: 52, 11 and 97. RGB value is (82,17,151). Sum of RGB (Red+Green+Blue) = 82+17+151=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #521197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521197 is #ADEE68. Grayscale: #333333. Windows color (decimal): -11398761 or 9900370. OLE color: 9900370.
HSL color Cylindrical-coordinate representation of color #521197: hue angle of 269.1º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521197 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 17 | 151 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.41 |
| HSL | 269.1º | 0.8% | 0.33% | - |
| HSV(B) | 269.1º | 0.89% | 0.59% | - |
| XYZ | 9.27 | 4.43 | 29.64 | - |
| YUV | 51.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 151 | 0.46 | 0.89 | 0 | 0.41 | 269.1 | 0.8 | 0.33 |
| Hex | 52 | 11 | 97 | 2E | 59 | 0 | 29 | 10D | 50 | 21 |
| Octal | 122 | 21 | 227 | 56 | 131 | 0 | 51 | 415 | 120 | 41 |
| Binary | 1010010 | 10001 | 10010111 | 101110 | 1011001 | 0 | 101001 | 100001101 | 1010000 | 100001 |
Color Harmonies of #521197
Complementary color
Monochromatic Colors of #521197
Black with #521197
Text Example
Text Example
White with #521197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521197; }
p { color: rgb(82,17,151); }
H1.HeaderClassName
{
color: #521197;
}
.AnyTagClassName
{
color: #521197;
}
</style>
background-color css
<style>
a { background-color: #521197; }
a { background-color: rgb(82,17,151); }
div.DivClassName
{
background-color: #521197;
}
.BgClassName
{
background-color: #521197;
}
</style>
border-color css
<style>
span { border-color: #521197; }
span { border-color: rgb(82,17,151); }
td.TdClassName
{
border-color: #521197;
}
.TagClassName
{
border-color: #521197;
}
</style>