Shades of Indigo #531573
Tints of Indigo #531573
RGB
CMYK
RGB Variations
Color information
#531573 (or 0x531573) is known color: Indigo. HEX triplet: 53, 15 and 73. RGB value is (83,21,115). Sum of RGB (Red+Green+Blue) = 83+21+115=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #531573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531573 is #ACEA8C. Grayscale: #313131. Windows color (decimal): -11332237 or 7542099. OLE color: 7542099.
HSL color Cylindrical-coordinate representation of color #531573: hue angle of 279.57º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531573 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 21 | 115 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.55 |
| HSL | 279.57º | 0.69% | 0.27% | - |
| HSV(B) | 279.57º | 0.82% | 0.45% | - |
| XYZ | 6.93 | 3.61 | 16.55 | - |
| YUV | 50.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 115 | 0.28 | 0.82 | 0 | 0.55 | 279.57 | 0.69 | 0.27 |
| Hex | 53 | 15 | 73 | 1C | 52 | 0 | 37 | 118 | 45 | 1B |
| Octal | 123 | 25 | 163 | 34 | 122 | 0 | 67 | 430 | 105 | 33 |
| Binary | 1010011 | 10101 | 1110011 | 11100 | 1010010 | 0 | 110111 | 100011000 | 1000101 | 11011 |
Color Harmonies of #531573
Complementary color
Monochromatic Colors of #531573
Black with #531573
Text Example
Text Example
White with #531573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531573; }
p { color: rgb(83,21,115); }
H1.HeaderClassName
{
color: #531573;
}
.AnyTagClassName
{
color: #531573;
}
</style>
background-color css
<style>
a { background-color: #531573; }
a { background-color: rgb(83,21,115); }
div.DivClassName
{
background-color: #531573;
}
.BgClassName
{
background-color: #531573;
}
</style>
border-color css
<style>
span { border-color: #531573; }
span { border-color: rgb(83,21,115); }
td.TdClassName
{
border-color: #531573;
}
.TagClassName
{
border-color: #531573;
}
</style>