Shades of Indigo #531986
Tints of Indigo #531986
RGB
CMYK
RGB Variations
Color information
#531986 (or 0x531986) is known color: Indigo. HEX triplet: 53, 19 and 86. RGB value is (83,25,134). Sum of RGB (Red+Green+Blue) = 83+25+134=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #531986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531986 is #ACE679. Grayscale: #363636. Windows color (decimal): -11331194 or 8788307. OLE color: 8788307.
HSL color Cylindrical-coordinate representation of color #531986: hue angle of 271.93º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531986 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 25 | 134 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.47 |
| HSL | 271.93º | 0.69% | 0.31% | - |
| HSV(B) | 271.93º | 0.81% | 0.53% | - |
| XYZ | 8.22 | 4.26 | 22.94 | - |
| YUV | 54.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 134 | 0.38 | 0.81 | 0 | 0.47 | 271.93 | 0.69 | 0.31 |
| Hex | 53 | 19 | 86 | 26 | 51 | 0 | 2F | 110 | 45 | 1F |
| Octal | 123 | 31 | 206 | 46 | 121 | 0 | 57 | 420 | 105 | 37 |
| Binary | 1010011 | 11001 | 10000110 | 100110 | 1010001 | 0 | 101111 | 100010000 | 1000101 | 11111 |
Color Harmonies of #531986
Complementary color
Monochromatic Colors of #531986
Black with #531986
Text Example
Text Example
White with #531986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531986; }
p { color: rgb(83,25,134); }
H1.HeaderClassName
{
color: #531986;
}
.AnyTagClassName
{
color: #531986;
}
</style>
background-color css
<style>
a { background-color: #531986; }
a { background-color: rgb(83,25,134); }
div.DivClassName
{
background-color: #531986;
}
.BgClassName
{
background-color: #531986;
}
</style>
border-color css
<style>
span { border-color: #531986; }
span { border-color: rgb(83,25,134); }
td.TdClassName
{
border-color: #531986;
}
.TagClassName
{
border-color: #531986;
}
</style>