Shades of Indigo #521192
Tints of Indigo #521192
RGB
CMYK
RGB Variations
Color information
#521192 (or 0x521192) is known color: Indigo. HEX triplet: 52, 11 and 92. RGB value is (82,17,146). Sum of RGB (Red+Green+Blue) = 82+17+146=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #521192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521192 is #ADEE6D. Grayscale: #323232. Windows color (decimal): -11398766 or 9572690. OLE color: 9572690.
HSL color Cylindrical-coordinate representation of color #521192: hue angle of 270.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521192 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 17 | 146 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.43 |
| HSL | 270.23º | 0.79% | 0.32% | - |
| HSV(B) | 270.23º | 0.88% | 0.57% | - |
| XYZ | 8.87 | 4.27 | 27.55 | - |
| YUV | 51.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 146 | 0.44 | 0.88 | 0 | 0.43 | 270.23 | 0.79 | 0.32 |
| Hex | 52 | 11 | 92 | 2C | 58 | 0 | 2B | 10E | 4F | 20 |
| Octal | 122 | 21 | 222 | 54 | 130 | 0 | 53 | 416 | 117 | 40 |
| Binary | 1010010 | 10001 | 10010010 | 101100 | 1011000 | 0 | 101011 | 100001110 | 1001111 | 100000 |
Color Harmonies of #521192
Complementary color
Monochromatic Colors of #521192
Black with #521192
Text Example
Text Example
White with #521192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521192; }
p { color: rgb(82,17,146); }
H1.HeaderClassName
{
color: #521192;
}
.AnyTagClassName
{
color: #521192;
}
</style>
background-color css
<style>
a { background-color: #521192; }
a { background-color: rgb(82,17,146); }
div.DivClassName
{
background-color: #521192;
}
.BgClassName
{
background-color: #521192;
}
</style>
border-color css
<style>
span { border-color: #521192; }
span { border-color: rgb(82,17,146); }
td.TdClassName
{
border-color: #521192;
}
.TagClassName
{
border-color: #521192;
}
</style>