Shades of Indigo #531199
Tints of Indigo #531199
RGB
CMYK
RGB Variations
Color information
#531199 (or 0x531199) is known color: Indigo. HEX triplet: 53, 11 and 99. RGB value is (83,17,153). Sum of RGB (Red+Green+Blue) = 83+17+153=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #531199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531199 is #ACEE66. Grayscale: #333333. Windows color (decimal): -11333223 or 10031443. OLE color: 10031443.
HSL color Cylindrical-coordinate representation of color #531199: hue angle of 269.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531199 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 17 | 153 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.4 |
| HSL | 269.12º | 0.8% | 0.33% | - |
| HSV(B) | 269.12º | 0.89% | 0.6% | - |
| XYZ | 9.52 | 4.54 | 30.51 | - |
| YUV | 52.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 153 | 0.46 | 0.89 | 0 | 0.4 | 269.12 | 0.8 | 0.33 |
| Hex | 53 | 11 | 99 | 2E | 59 | 0 | 28 | 10D | 50 | 21 |
| Octal | 123 | 21 | 231 | 56 | 131 | 0 | 50 | 415 | 120 | 41 |
| Binary | 1010011 | 10001 | 10011001 | 101110 | 1011001 | 0 | 101000 | 100001101 | 1010000 | 100001 |
Color Harmonies of #531199
Complementary color
Monochromatic Colors of #531199
Black with #531199
Text Example
Text Example
White with #531199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531199; }
p { color: rgb(83,17,153); }
H1.HeaderClassName
{
color: #531199;
}
.AnyTagClassName
{
color: #531199;
}
</style>
background-color css
<style>
a { background-color: #531199; }
a { background-color: rgb(83,17,153); }
div.DivClassName
{
background-color: #531199;
}
.BgClassName
{
background-color: #531199;
}
</style>
border-color css
<style>
span { border-color: #531199; }
span { border-color: rgb(83,17,153); }
td.TdClassName
{
border-color: #531199;
}
.TagClassName
{
border-color: #531199;
}
</style>