Shades of Indigo #531271
Tints of Indigo #531271
RGB
CMYK
RGB Variations
Color information
#531271 (or 0x531271) is known color: Indigo. HEX triplet: 53, 12 and 71. RGB value is (83,18,113). Sum of RGB (Red+Green+Blue) = 83+18+113=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #531271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531271 is #ACED8E. Grayscale: #2F2F2F. Windows color (decimal): -11333007 or 7410259. OLE color: 7410259.
HSL color Cylindrical-coordinate representation of color #531271: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531271 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 18 | 113 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.56 |
| HSL | 281.05º | 0.73% | 0.26% | - |
| HSV(B) | 281.05º | 0.84% | 0.44% | - |
| XYZ | 6.76 | 3.46 | 15.93 | - |
| YUV | 48.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 113 | 0.27 | 0.84 | 0 | 0.56 | 281.05 | 0.73 | 0.26 |
| Hex | 53 | 12 | 71 | 1B | 54 | 0 | 38 | 119 | 49 | 1A |
| Octal | 123 | 22 | 161 | 33 | 124 | 0 | 70 | 431 | 111 | 32 |
| Binary | 1010011 | 10010 | 1110001 | 11011 | 1010100 | 0 | 111000 | 100011001 | 1001001 | 11010 |
Color Harmonies of #531271
Complementary color
Monochromatic Colors of #531271
Black with #531271
Text Example
Text Example
White with #531271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531271; }
p { color: rgb(83,18,113); }
H1.HeaderClassName
{
color: #531271;
}
.AnyTagClassName
{
color: #531271;
}
</style>
background-color css
<style>
a { background-color: #531271; }
a { background-color: rgb(83,18,113); }
div.DivClassName
{
background-color: #531271;
}
.BgClassName
{
background-color: #531271;
}
</style>
border-color css
<style>
span { border-color: #531271; }
span { border-color: rgb(83,18,113); }
td.TdClassName
{
border-color: #531271;
}
.TagClassName
{
border-color: #531271;
}
</style>