Shades of Indigo #521097
Tints of Indigo #521097
RGB
CMYK
RGB Variations
Color information
#521097 (or 0x521097) is known color: Indigo. HEX triplet: 52, 10 and 97. RGB value is (82,16,151). Sum of RGB (Red+Green+Blue) = 82+16+151=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #521097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521097 is #ADEF68. Grayscale: #323232. Windows color (decimal): -11399017 or 9900114. OLE color: 9900114.
HSL color Cylindrical-coordinate representation of color #521097: hue angle of 269.33º degrees, saturation: 0.81, 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 #521097 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 16 | 151 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.41 |
| HSL | 269.33º | 0.81% | 0.33% | - |
| HSV(B) | 269.33º | 0.89% | 0.59% | - |
| XYZ | 9.25 | 4.4 | 29.64 | - |
| YUV | 51.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 151 | 0.46 | 0.89 | 0 | 0.41 | 269.33 | 0.81 | 0.33 |
| Hex | 52 | 10 | 97 | 2E | 59 | 0 | 29 | 10D | 51 | 21 |
| Octal | 122 | 20 | 227 | 56 | 131 | 0 | 51 | 415 | 121 | 41 |
| Binary | 1010010 | 10000 | 10010111 | 101110 | 1011001 | 0 | 101001 | 100001101 | 1010001 | 100001 |
Color Harmonies of #521097
Complementary color
Monochromatic Colors of #521097
Black with #521097
Text Example
Text Example
White with #521097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521097; }
p { color: rgb(82,16,151); }
H1.HeaderClassName
{
color: #521097;
}
.AnyTagClassName
{
color: #521097;
}
</style>
background-color css
<style>
a { background-color: #521097; }
a { background-color: rgb(82,16,151); }
div.DivClassName
{
background-color: #521097;
}
.BgClassName
{
background-color: #521097;
}
</style>
border-color css
<style>
span { border-color: #521097; }
span { border-color: rgb(82,16,151); }
td.TdClassName
{
border-color: #521097;
}
.TagClassName
{
border-color: #521097;
}
</style>