Shades of Indigo #531190
Tints of Indigo #531190
RGB
CMYK
RGB Variations
Color information
#531190 (or 0x531190) is known color: Indigo. HEX triplet: 53, 11 and 90. RGB value is (83,17,144). Sum of RGB (Red+Green+Blue) = 83+17+144=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #531190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531190 is #ACEE6F. Grayscale: #323232. Windows color (decimal): -11333232 or 9441619. OLE color: 9441619.
HSL color Cylindrical-coordinate representation of color #531190: hue angle of 271.18º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531190 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 17 | 144 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.44 |
| HSL | 271.18º | 0.79% | 0.32% | - |
| HSV(B) | 271.18º | 0.88% | 0.56% | - |
| XYZ | 8.8 | 4.25 | 26.74 | - |
| YUV | 51.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 144 | 0.42 | 0.88 | 0 | 0.44 | 271.18 | 0.79 | 0.32 |
| Hex | 53 | 11 | 90 | 2A | 58 | 0 | 2C | 10F | 4F | 20 |
| Octal | 123 | 21 | 220 | 52 | 130 | 0 | 54 | 417 | 117 | 40 |
| Binary | 1010011 | 10001 | 10010000 | 101010 | 1011000 | 0 | 101100 | 100001111 | 1001111 | 100000 |
Color Harmonies of #531190
Complementary color
Monochromatic Colors of #531190
Black with #531190
Text Example
Text Example
White with #531190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531190; }
p { color: rgb(83,17,144); }
H1.HeaderClassName
{
color: #531190;
}
.AnyTagClassName
{
color: #531190;
}
</style>
background-color css
<style>
a { background-color: #531190; }
a { background-color: rgb(83,17,144); }
div.DivClassName
{
background-color: #531190;
}
.BgClassName
{
background-color: #531190;
}
</style>
border-color css
<style>
span { border-color: #531190; }
span { border-color: rgb(83,17,144); }
td.TdClassName
{
border-color: #531190;
}
.TagClassName
{
border-color: #531190;
}
</style>