Shades of Indigo #531999
Tints of Indigo #531999
RGB
CMYK
RGB Variations
Color information
#531999 (or 0x531999) is known color: Indigo. HEX triplet: 53, 19 and 99. RGB value is (83,25,153). Sum of RGB (Red+Green+Blue) = 83+25+153=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #531999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531999 is #ACE666. Grayscale: #383838. Windows color (decimal): -11331175 or 10033491. OLE color: 10033491.
HSL color Cylindrical-coordinate representation of color #531999: hue angle of 267.19º degrees, saturation: 0.72, 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 #531999 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 25 | 153 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.4 |
| HSL | 267.19º | 0.72% | 0.35% | - |
| HSV(B) | 267.19º | 0.84% | 0.6% | - |
| XYZ | 9.66 | 4.83 | 30.56 | - |
| YUV | 56.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 153 | 0.46 | 0.84 | 0 | 0.4 | 267.19 | 0.72 | 0.35 |
| Hex | 53 | 19 | 99 | 2E | 54 | 0 | 28 | 10B | 48 | 23 |
| Octal | 123 | 31 | 231 | 56 | 124 | 0 | 50 | 413 | 110 | 43 |
| Binary | 1010011 | 11001 | 10011001 | 101110 | 1010100 | 0 | 101000 | 100001011 | 1001000 | 100011 |
Color Harmonies of #531999
Complementary color
Monochromatic Colors of #531999
Black with #531999
Text Example
Text Example
White with #531999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531999; }
p { color: rgb(83,25,153); }
H1.HeaderClassName
{
color: #531999;
}
.AnyTagClassName
{
color: #531999;
}
</style>
background-color css
<style>
a { background-color: #531999; }
a { background-color: rgb(83,25,153); }
div.DivClassName
{
background-color: #531999;
}
.BgClassName
{
background-color: #531999;
}
</style>
border-color css
<style>
span { border-color: #531999; }
span { border-color: rgb(83,25,153); }
td.TdClassName
{
border-color: #531999;
}
.TagClassName
{
border-color: #531999;
}
</style>