Shades of Indigo #531372
Tints of Indigo #531372
RGB
CMYK
RGB Variations
Color information
#531372 (or 0x531372) is known color: Indigo. HEX triplet: 53, 13 and 72. RGB value is (83,19,114). Sum of RGB (Red+Green+Blue) = 83+19+114=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #531372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531372 is #ACEC8D. Grayscale: #303030. Windows color (decimal): -11332750 or 7476051. OLE color: 7476051.
HSL color Cylindrical-coordinate representation of color #531372: hue angle of 280.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531372 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 19 | 114 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.55 |
| HSL | 280.42º | 0.71% | 0.26% | - |
| HSV(B) | 280.42º | 0.83% | 0.45% | - |
| XYZ | 6.84 | 3.52 | 16.24 | - |
| YUV | 48.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 114 | 0.27 | 0.83 | 0 | 0.55 | 280.42 | 0.71 | 0.26 |
| Hex | 53 | 13 | 72 | 1B | 53 | 0 | 37 | 118 | 47 | 1A |
| Octal | 123 | 23 | 162 | 33 | 123 | 0 | 67 | 430 | 107 | 32 |
| Binary | 1010011 | 10011 | 1110010 | 11011 | 1010011 | 0 | 110111 | 100011000 | 1000111 | 11010 |
Color Harmonies of #531372
Complementary color
Monochromatic Colors of #531372
Black with #531372
Text Example
Text Example
White with #531372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531372; }
p { color: rgb(83,19,114); }
H1.HeaderClassName
{
color: #531372;
}
.AnyTagClassName
{
color: #531372;
}
</style>
background-color css
<style>
a { background-color: #531372; }
a { background-color: rgb(83,19,114); }
div.DivClassName
{
background-color: #531372;
}
.BgClassName
{
background-color: #531372;
}
</style>
border-color css
<style>
span { border-color: #531372; }
span { border-color: rgb(83,19,114); }
td.TdClassName
{
border-color: #531372;
}
.TagClassName
{
border-color: #531372;
}
</style>