Shades of Indigo #531696
Tints of Indigo #531696
RGB
CMYK
RGB Variations
Color information
#531696 (or 0x531696) is known color: Indigo. HEX triplet: 53, 16 and 96. RGB value is (83,22,150). Sum of RGB (Red+Green+Blue) = 83+22+150=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #531696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531696 is #ACE969. Grayscale: #363636. Windows color (decimal): -11331946 or 9836115. OLE color: 9836115.
HSL color Cylindrical-coordinate representation of color #531696: hue angle of 268.59º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531696 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 22 | 150 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.41 |
| HSL | 268.59º | 0.74% | 0.34% | - |
| HSV(B) | 268.59º | 0.85% | 0.59% | - |
| XYZ | 9.36 | 4.61 | 29.25 | - |
| YUV | 54.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 150 | 0.45 | 0.85 | 0 | 0.41 | 268.59 | 0.74 | 0.34 |
| Hex | 53 | 16 | 96 | 2D | 55 | 0 | 29 | 10D | 4A | 22 |
| Octal | 123 | 26 | 226 | 55 | 125 | 0 | 51 | 415 | 112 | 42 |
| Binary | 1010011 | 10110 | 10010110 | 101101 | 1010101 | 0 | 101001 | 100001101 | 1001010 | 100010 |
Color Harmonies of #531696
Complementary color
Monochromatic Colors of #531696
Black with #531696
Text Example
Text Example
White with #531696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531696; }
p { color: rgb(83,22,150); }
H1.HeaderClassName
{
color: #531696;
}
.AnyTagClassName
{
color: #531696;
}
</style>
background-color css
<style>
a { background-color: #531696; }
a { background-color: rgb(83,22,150); }
div.DivClassName
{
background-color: #531696;
}
.BgClassName
{
background-color: #531696;
}
</style>
border-color css
<style>
span { border-color: #531696; }
span { border-color: rgb(83,22,150); }
td.TdClassName
{
border-color: #531696;
}
.TagClassName
{
border-color: #531696;
}
</style>