Shades of Indigo #521799
Tints of Indigo #521799
RGB
CMYK
RGB Variations
Color information
#521799 (or 0x521799) is known color: Indigo. HEX triplet: 52, 17 and 99. RGB value is (82,23,153). Sum of RGB (Red+Green+Blue) = 82+23+153=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #521799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521799 is #ADE866. Grayscale: #373737. Windows color (decimal): -11397223 or 10032978. OLE color: 10032978.
HSL color Cylindrical-coordinate representation of color #521799: hue angle of 267.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521799 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 23 | 153 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.4 |
| HSL | 267.23º | 0.74% | 0.35% | - |
| HSV(B) | 267.23º | 0.85% | 0.6% | - |
| XYZ | 9.54 | 4.71 | 30.54 | - |
| YUV | 55.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 153 | 0.46 | 0.85 | 0 | 0.4 | 267.23 | 0.74 | 0.35 |
| Hex | 52 | 17 | 99 | 2E | 55 | 0 | 28 | 10B | 4A | 23 |
| Octal | 122 | 27 | 231 | 56 | 125 | 0 | 50 | 413 | 112 | 43 |
| Binary | 1010010 | 10111 | 10011001 | 101110 | 1010101 | 0 | 101000 | 100001011 | 1001010 | 100011 |
Color Harmonies of #521799
Complementary color
Monochromatic Colors of #521799
Black with #521799
Text Example
Text Example
White with #521799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521799; }
p { color: rgb(82,23,153); }
H1.HeaderClassName
{
color: #521799;
}
.AnyTagClassName
{
color: #521799;
}
</style>
background-color css
<style>
a { background-color: #521799; }
a { background-color: rgb(82,23,153); }
div.DivClassName
{
background-color: #521799;
}
.BgClassName
{
background-color: #521799;
}
</style>
border-color css
<style>
span { border-color: #521799; }
span { border-color: rgb(82,23,153); }
td.TdClassName
{
border-color: #521799;
}
.TagClassName
{
border-color: #521799;
}
</style>