Shades of Indigo #521099
Tints of Indigo #521099
RGB
CMYK
RGB Variations
Color information
#521099 (or 0x521099) is known color: Indigo. HEX triplet: 52, 10 and 99. RGB value is (82,16,153). Sum of RGB (Red+Green+Blue) = 82+16+153=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #521099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521099 is #ADEF66. Grayscale: #323232. Windows color (decimal): -11399015 or 10031186. OLE color: 10031186.
HSL color Cylindrical-coordinate representation of color #521099: hue angle of 268.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521099 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 16 | 153 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.4 |
| HSL | 268.91º | 0.81% | 0.33% | - |
| HSV(B) | 268.91º | 0.9% | 0.6% | - |
| XYZ | 9.41 | 4.46 | 30.5 | - |
| YUV | 51.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 153 | 0.46 | 0.90 | 0 | 0.4 | 268.91 | 0.81 | 0.33 |
| Hex | 52 | 10 | 99 | 2E | 5A | 0 | 28 | 10D | 51 | 21 |
| Octal | 122 | 20 | 231 | 56 | 132 | 0 | 50 | 415 | 121 | 41 |
| Binary | 1010010 | 10000 | 10011001 | 101110 | 1011010 | 0 | 101000 | 100001101 | 1010001 | 100001 |
Color Harmonies of #521099
Complementary color
Monochromatic Colors of #521099
Black with #521099
Text Example
Text Example
White with #521099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521099; }
p { color: rgb(82,16,153); }
H1.HeaderClassName
{
color: #521099;
}
.AnyTagClassName
{
color: #521099;
}
</style>
background-color css
<style>
a { background-color: #521099; }
a { background-color: rgb(82,16,153); }
div.DivClassName
{
background-color: #521099;
}
.BgClassName
{
background-color: #521099;
}
</style>
border-color css
<style>
span { border-color: #521099; }
span { border-color: rgb(82,16,153); }
td.TdClassName
{
border-color: #521099;
}
.TagClassName
{
border-color: #521099;
}
</style>