Shades of Indigo #521194
Tints of Indigo #521194
RGB
CMYK
RGB Variations
Color information
#521194 (or 0x521194) is known color: Indigo. HEX triplet: 52, 11 and 94. RGB value is (82,17,148). Sum of RGB (Red+Green+Blue) = 82+17+148=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #521194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521194 is #ADEE6B. Grayscale: #323232. Windows color (decimal): -11398764 or 9703762. OLE color: 9703762.
HSL color Cylindrical-coordinate representation of color #521194: hue angle of 269.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521194 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 17 | 148 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.42 |
| HSL | 269.77º | 0.79% | 0.32% | - |
| HSV(B) | 269.77º | 0.89% | 0.58% | - |
| XYZ | 9.03 | 4.33 | 28.38 | - |
| YUV | 51.37 | 182.53 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 148 | 0.45 | 0.89 | 0 | 0.42 | 269.77 | 0.79 | 0.32 |
| Hex | 52 | 11 | 94 | 2D | 59 | 0 | 2A | 10E | 4F | 20 |
| Octal | 122 | 21 | 224 | 55 | 131 | 0 | 52 | 416 | 117 | 40 |
| Binary | 1010010 | 10001 | 10010100 | 101101 | 1011001 | 0 | 101010 | 100001110 | 1001111 | 100000 |
Color Harmonies of #521194
Complementary color
Monochromatic Colors of #521194
Black with #521194
Text Example
Text Example
White with #521194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521194; }
p { color: rgb(82,17,148); }
H1.HeaderClassName
{
color: #521194;
}
.AnyTagClassName
{
color: #521194;
}
</style>
background-color css
<style>
a { background-color: #521194; }
a { background-color: rgb(82,17,148); }
div.DivClassName
{
background-color: #521194;
}
.BgClassName
{
background-color: #521194;
}
</style>
border-color css
<style>
span { border-color: #521194; }
span { border-color: rgb(82,17,148); }
td.TdClassName
{
border-color: #521194;
}
.TagClassName
{
border-color: #521194;
}
</style>