Shades of Indigo #531785
Tints of Indigo #531785
RGB
CMYK
RGB Variations
Color information
#531785 (or 0x531785) is known color: Indigo. HEX triplet: 53, 17 and 85. RGB value is (83,23,133). Sum of RGB (Red+Green+Blue) = 83+23+133=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #531785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531785 is #ACE87A. Grayscale: #353535. Windows color (decimal): -11331707 or 8722259. OLE color: 8722259.
HSL color Cylindrical-coordinate representation of color #531785: hue angle of 272.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531785 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 23 | 133 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.48 |
| HSL | 272.73º | 0.71% | 0.31% | - |
| HSV(B) | 272.73º | 0.83% | 0.52% | - |
| XYZ | 8.11 | 4.15 | 22.56 | - |
| YUV | 53.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 133 | 0.38 | 0.83 | 0 | 0.48 | 272.73 | 0.71 | 0.31 |
| Hex | 53 | 17 | 85 | 26 | 53 | 0 | 30 | 111 | 47 | 1F |
| Octal | 123 | 27 | 205 | 46 | 123 | 0 | 60 | 421 | 107 | 37 |
| Binary | 1010011 | 10111 | 10000101 | 100110 | 1010011 | 0 | 110000 | 100010001 | 1000111 | 11111 |
Color Harmonies of #531785
Complementary color
Monochromatic Colors of #531785
Black with #531785
Text Example
Text Example
White with #531785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531785; }
p { color: rgb(83,23,133); }
H1.HeaderClassName
{
color: #531785;
}
.AnyTagClassName
{
color: #531785;
}
</style>
background-color css
<style>
a { background-color: #531785; }
a { background-color: rgb(83,23,133); }
div.DivClassName
{
background-color: #531785;
}
.BgClassName
{
background-color: #531785;
}
</style>
border-color css
<style>
span { border-color: #531785; }
span { border-color: rgb(83,23,133); }
td.TdClassName
{
border-color: #531785;
}
.TagClassName
{
border-color: #531785;
}
</style>