Shades of Indigo #531399
Tints of Indigo #531399
RGB
CMYK
RGB Variations
Color information
#531399 (or 0x531399) is known color: Indigo. HEX triplet: 53, 13 and 99. RGB value is (83,19,153). Sum of RGB (Red+Green+Blue) = 83+19+153=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #531399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531399 is #ACEC66. Grayscale: #343434. Windows color (decimal): -11332711 or 10031955. OLE color: 10031955.
HSL color Cylindrical-coordinate representation of color #531399: hue angle of 268.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531399 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 19 | 153 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.4 |
| HSL | 268.66º | 0.78% | 0.34% | - |
| HSV(B) | 268.66º | 0.88% | 0.6% | - |
| XYZ | 9.55 | 4.6 | 30.52 | - |
| YUV | 53.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 153 | 0.46 | 0.88 | 0 | 0.4 | 268.66 | 0.78 | 0.34 |
| Hex | 53 | 13 | 99 | 2E | 58 | 0 | 28 | 10D | 4E | 22 |
| Octal | 123 | 23 | 231 | 56 | 130 | 0 | 50 | 415 | 116 | 42 |
| Binary | 1010011 | 10011 | 10011001 | 101110 | 1011000 | 0 | 101000 | 100001101 | 1001110 | 100010 |
Color Harmonies of #531399
Complementary color
Monochromatic Colors of #531399
Black with #531399
Text Example
Text Example
White with #531399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531399; }
p { color: rgb(83,19,153); }
H1.HeaderClassName
{
color: #531399;
}
.AnyTagClassName
{
color: #531399;
}
</style>
background-color css
<style>
a { background-color: #531399; }
a { background-color: rgb(83,19,153); }
div.DivClassName
{
background-color: #531399;
}
.BgClassName
{
background-color: #531399;
}
</style>
border-color css
<style>
span { border-color: #531399; }
span { border-color: rgb(83,19,153); }
td.TdClassName
{
border-color: #531399;
}
.TagClassName
{
border-color: #531399;
}
</style>