Shades of Indigo #531895
Tints of Indigo #531895
RGB
CMYK
RGB Variations
Color information
#531895 (or 0x531895) is known color: Indigo. HEX triplet: 53, 18 and 95. RGB value is (83,24,149). Sum of RGB (Red+Green+Blue) = 83+24+149=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #531895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531895 is #ACE76A. Grayscale: #373737. Windows color (decimal): -11331435 or 9771091. OLE color: 9771091.
HSL color Cylindrical-coordinate representation of color #531895: hue angle of 268.32º 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 #531895 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 24 | 149 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.42 |
| HSL | 268.32º | 0.72% | 0.34% | - |
| HSV(B) | 268.32º | 0.84% | 0.58% | - |
| XYZ | 9.32 | 4.66 | 28.84 | - |
| YUV | 55.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 149 | 0.44 | 0.84 | 0 | 0.42 | 268.32 | 0.72 | 0.34 |
| Hex | 53 | 18 | 95 | 2C | 54 | 0 | 2A | 10C | 48 | 22 |
| Octal | 123 | 30 | 225 | 54 | 124 | 0 | 52 | 414 | 110 | 42 |
| Binary | 1010011 | 11000 | 10010101 | 101100 | 1010100 | 0 | 101010 | 100001100 | 1001000 | 100010 |
Color Harmonies of #531895
Complementary color
Monochromatic Colors of #531895
Black with #531895
Text Example
Text Example
White with #531895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531895; }
p { color: rgb(83,24,149); }
H1.HeaderClassName
{
color: #531895;
}
.AnyTagClassName
{
color: #531895;
}
</style>
background-color css
<style>
a { background-color: #531895; }
a { background-color: rgb(83,24,149); }
div.DivClassName
{
background-color: #531895;
}
.BgClassName
{
background-color: #531895;
}
</style>
border-color css
<style>
span { border-color: #531895; }
span { border-color: rgb(83,24,149); }
td.TdClassName
{
border-color: #531895;
}
.TagClassName
{
border-color: #531895;
}
</style>