Shades of Indigo #531899
Tints of Indigo #531899
RGB
CMYK
RGB Variations
Color information
#531899 (or 0x531899) is known color: Indigo. HEX triplet: 53, 18 and 99. RGB value is (83,24,153). Sum of RGB (Red+Green+Blue) = 83+24+153=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #531899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531899 is #ACE766. Grayscale: #373737. Windows color (decimal): -11331431 or 10033235. OLE color: 10033235.
HSL color Cylindrical-coordinate representation of color #531899: hue angle of 267.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531899 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 24 | 153 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.4 |
| HSL | 267.44º | 0.73% | 0.35% | - |
| HSV(B) | 267.44º | 0.84% | 0.6% | - |
| XYZ | 9.64 | 4.79 | 30.55 | - |
| YUV | 56.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 153 | 0.46 | 0.84 | 0 | 0.4 | 267.44 | 0.73 | 0.35 |
| Hex | 53 | 18 | 99 | 2E | 54 | 0 | 28 | 10B | 49 | 23 |
| Octal | 123 | 30 | 231 | 56 | 124 | 0 | 50 | 413 | 111 | 43 |
| Binary | 1010011 | 11000 | 10011001 | 101110 | 1010100 | 0 | 101000 | 100001011 | 1001001 | 100011 |
Color Harmonies of #531899
Complementary color
Monochromatic Colors of #531899
Black with #531899
Text Example
Text Example
White with #531899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531899; }
p { color: rgb(83,24,153); }
H1.HeaderClassName
{
color: #531899;
}
.AnyTagClassName
{
color: #531899;
}
</style>
background-color css
<style>
a { background-color: #531899; }
a { background-color: rgb(83,24,153); }
div.DivClassName
{
background-color: #531899;
}
.BgClassName
{
background-color: #531899;
}
</style>
border-color css
<style>
span { border-color: #531899; }
span { border-color: rgb(83,24,153); }
td.TdClassName
{
border-color: #531899;
}
.TagClassName
{
border-color: #531899;
}
</style>