Shades of Indigo #531691
Tints of Indigo #531691
RGB
CMYK
RGB Variations
Color information
#531691 (or 0x531691) is known color: Indigo. HEX triplet: 53, 16 and 91. RGB value is (83,22,145). Sum of RGB (Red+Green+Blue) = 83+22+145=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #531691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531691 is #ACE96E. Grayscale: #353535. Windows color (decimal): -11331951 or 9508435. OLE color: 9508435.
HSL color Cylindrical-coordinate representation of color #531691: hue angle of 269.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531691 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 22 | 145 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.43 |
| HSL | 269.76º | 0.74% | 0.33% | - |
| HSV(B) | 269.76º | 0.85% | 0.57% | - |
| XYZ | 8.97 | 4.46 | 27.18 | - |
| YUV | 54.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 145 | 0.43 | 0.85 | 0 | 0.43 | 269.76 | 0.74 | 0.33 |
| Hex | 53 | 16 | 91 | 2B | 55 | 0 | 2B | 10E | 4A | 21 |
| Octal | 123 | 26 | 221 | 53 | 125 | 0 | 53 | 416 | 112 | 41 |
| Binary | 1010011 | 10110 | 10010001 | 101011 | 1010101 | 0 | 101011 | 100001110 | 1001010 | 100001 |
Color Harmonies of #531691
Complementary color
Monochromatic Colors of #531691
Black with #531691
Text Example
Text Example
White with #531691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531691; }
p { color: rgb(83,22,145); }
H1.HeaderClassName
{
color: #531691;
}
.AnyTagClassName
{
color: #531691;
}
</style>
background-color css
<style>
a { background-color: #531691; }
a { background-color: rgb(83,22,145); }
div.DivClassName
{
background-color: #531691;
}
.BgClassName
{
background-color: #531691;
}
</style>
border-color css
<style>
span { border-color: #531691; }
span { border-color: rgb(83,22,145); }
td.TdClassName
{
border-color: #531691;
}
.TagClassName
{
border-color: #531691;
}
</style>