Shades of Indigo #521292
Tints of Indigo #521292
RGB
CMYK
RGB Variations
Color information
#521292 (or 0x521292) is known color: Indigo. HEX triplet: 52, 12 and 92. RGB value is (82,18,146). Sum of RGB (Red+Green+Blue) = 82+18+146=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #521292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521292 is #ADED6D. Grayscale: #333333. Windows color (decimal): -11398510 or 9572946. OLE color: 9572946.
HSL color Cylindrical-coordinate representation of color #521292: hue angle of 270º degrees, saturation: 0.78, 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 #521292 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 18 | 146 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.43 |
| HSL | 270º | 0.78% | 0.32% | - |
| HSV(B) | 270º | 0.88% | 0.57% | - |
| XYZ | 8.88 | 4.3 | 27.56 | - |
| YUV | 51.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 146 | 0.44 | 0.88 | 0 | 0.43 | 270 | 0.78 | 0.32 |
| Hex | 52 | 12 | 92 | 2C | 58 | 0 | 2B | 10E | 4E | 20 |
| Octal | 122 | 22 | 222 | 54 | 130 | 0 | 53 | 416 | 116 | 40 |
| Binary | 1010010 | 10010 | 10010010 | 101100 | 1011000 | 0 | 101011 | 100001110 | 1001110 | 100000 |
Color Harmonies of #521292
Complementary color
Monochromatic Colors of #521292
Black with #521292
Text Example
Text Example
White with #521292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521292; }
p { color: rgb(82,18,146); }
H1.HeaderClassName
{
color: #521292;
}
.AnyTagClassName
{
color: #521292;
}
</style>
background-color css
<style>
a { background-color: #521292; }
a { background-color: rgb(82,18,146); }
div.DivClassName
{
background-color: #521292;
}
.BgClassName
{
background-color: #521292;
}
</style>
border-color css
<style>
span { border-color: #521292; }
span { border-color: rgb(82,18,146); }
td.TdClassName
{
border-color: #521292;
}
.TagClassName
{
border-color: #521292;
}
</style>