Shades of Indigo #521895
Tints of Indigo #521895
RGB
CMYK
RGB Variations
Color information
#521895 (or 0x521895) is known color: Indigo. HEX triplet: 52, 18 and 95. RGB value is (82,24,149). Sum of RGB (Red+Green+Blue) = 82+24+149=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #521895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521895 is #ADE76A. Grayscale: #373737. Windows color (decimal): -11396971 or 9771090. OLE color: 9771090.
HSL color Cylindrical-coordinate representation of color #521895: hue angle of 267.84º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521895 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 24 | 149 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.42 |
| HSL | 267.84º | 0.72% | 0.34% | - |
| HSV(B) | 267.84º | 0.84% | 0.58% | - |
| XYZ | 9.23 | 4.62 | 28.84 | - |
| YUV | 55.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 149 | 0.45 | 0.84 | 0 | 0.42 | 267.84 | 0.72 | 0.34 |
| Hex | 52 | 18 | 95 | 2D | 54 | 0 | 2A | 10C | 48 | 22 |
| Octal | 122 | 30 | 225 | 55 | 124 | 0 | 52 | 414 | 110 | 42 |
| Binary | 1010010 | 11000 | 10010101 | 101101 | 1010100 | 0 | 101010 | 100001100 | 1001000 | 100010 |
Color Harmonies of #521895
Complementary color
Monochromatic Colors of #521895
Black with #521895
Text Example
Text Example
White with #521895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521895; }
p { color: rgb(82,24,149); }
H1.HeaderClassName
{
color: #521895;
}
.AnyTagClassName
{
color: #521895;
}
</style>
background-color css
<style>
a { background-color: #521895; }
a { background-color: rgb(82,24,149); }
div.DivClassName
{
background-color: #521895;
}
.BgClassName
{
background-color: #521895;
}
</style>
border-color css
<style>
span { border-color: #521895; }
span { border-color: rgb(82,24,149); }
td.TdClassName
{
border-color: #521895;
}
.TagClassName
{
border-color: #521895;
}
</style>