Shades of Indigo #531173
Tints of Indigo #531173
RGB
CMYK
RGB Variations
Color information
#531173 (or 0x531173) is known color: Indigo. HEX triplet: 53, 11 and 73. RGB value is (83,17,115). Sum of RGB (Red+Green+Blue) = 83+17+115=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #531173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531173 is #ACEE8C. Grayscale: #2F2F2F. Windows color (decimal): -11333261 or 7541075. OLE color: 7541075.
HSL color Cylindrical-coordinate representation of color #531173: hue angle of 280.41º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531173 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 17 | 115 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.55 |
| HSL | 280.41º | 0.74% | 0.26% | - |
| HSV(B) | 280.41º | 0.85% | 0.45% | - |
| XYZ | 6.86 | 3.48 | 16.53 | - |
| YUV | 47.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 115 | 0.28 | 0.85 | 0 | 0.55 | 280.41 | 0.74 | 0.26 |
| Hex | 53 | 11 | 73 | 1C | 55 | 0 | 37 | 118 | 4A | 1A |
| Octal | 123 | 21 | 163 | 34 | 125 | 0 | 67 | 430 | 112 | 32 |
| Binary | 1010011 | 10001 | 1110011 | 11100 | 1010101 | 0 | 110111 | 100011000 | 1001010 | 11010 |
Color Harmonies of #531173
Complementary color
Monochromatic Colors of #531173
Black with #531173
Text Example
Text Example
White with #531173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531173; }
p { color: rgb(83,17,115); }
H1.HeaderClassName
{
color: #531173;
}
.AnyTagClassName
{
color: #531173;
}
</style>
background-color css
<style>
a { background-color: #531173; }
a { background-color: rgb(83,17,115); }
div.DivClassName
{
background-color: #531173;
}
.BgClassName
{
background-color: #531173;
}
</style>
border-color css
<style>
span { border-color: #531173; }
span { border-color: rgb(83,17,115); }
td.TdClassName
{
border-color: #531173;
}
.TagClassName
{
border-color: #531173;
}
</style>