Shades of Indigo #531175
Tints of Indigo #531175
RGB
CMYK
RGB Variations
Color information
#531175 (or 0x531175) is known color: Indigo. HEX triplet: 53, 11 and 75. RGB value is (83,17,117). Sum of RGB (Red+Green+Blue) = 83+17+117=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #531175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531175 is #ACEE8A. Grayscale: #2F2F2F. Windows color (decimal): -11333259 or 7672147. OLE color: 7672147.
HSL color Cylindrical-coordinate representation of color #531175: hue angle of 279.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531175 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 17 | 117 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.54 |
| HSL | 279.6º | 0.75% | 0.26% | - |
| HSV(B) | 279.6º | 0.85% | 0.46% | - |
| XYZ | 6.98 | 3.52 | 17.14 | - |
| YUV | 48.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 117 | 0.29 | 0.85 | 0 | 0.54 | 279.6 | 0.75 | 0.26 |
| Hex | 53 | 11 | 75 | 1D | 55 | 0 | 36 | 118 | 4B | 1A |
| Octal | 123 | 21 | 165 | 35 | 125 | 0 | 66 | 430 | 113 | 32 |
| Binary | 1010011 | 10001 | 1110101 | 11101 | 1010101 | 0 | 110110 | 100011000 | 1001011 | 11010 |
Color Harmonies of #531175
Complementary color
Monochromatic Colors of #531175
Black with #531175
Text Example
Text Example
White with #531175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531175; }
p { color: rgb(83,17,117); }
H1.HeaderClassName
{
color: #531175;
}
.AnyTagClassName
{
color: #531175;
}
</style>
background-color css
<style>
a { background-color: #531175; }
a { background-color: rgb(83,17,117); }
div.DivClassName
{
background-color: #531175;
}
.BgClassName
{
background-color: #531175;
}
</style>
border-color css
<style>
span { border-color: #531175; }
span { border-color: rgb(83,17,117); }
td.TdClassName
{
border-color: #531175;
}
.TagClassName
{
border-color: #531175;
}
</style>