Shades of Indigo #531270
Tints of Indigo #531270
RGB
CMYK
RGB Variations
Color information
#531270 (or 0x531270) is known color: Indigo. HEX triplet: 53, 12 and 70. RGB value is (83,18,112). Sum of RGB (Red+Green+Blue) = 83+18+112=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #531270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531270 is #ACED8F. Grayscale: #2F2F2F. Windows color (decimal): -11333008 or 7344723. OLE color: 7344723.
HSL color Cylindrical-coordinate representation of color #531270: hue angle of 281.49º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531270 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 18 | 112 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.56 |
| HSL | 281.49º | 0.72% | 0.25% | - |
| HSV(B) | 281.49º | 0.84% | 0.44% | - |
| XYZ | 6.71 | 3.44 | 15.64 | - |
| YUV | 48.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 112 | 0.26 | 0.84 | 0 | 0.56 | 281.49 | 0.72 | 0.25 |
| Hex | 53 | 12 | 70 | 1A | 54 | 0 | 38 | 119 | 48 | 19 |
| Octal | 123 | 22 | 160 | 32 | 124 | 0 | 70 | 431 | 110 | 31 |
| Binary | 1010011 | 10010 | 1110000 | 11010 | 1010100 | 0 | 111000 | 100011001 | 1001000 | 11001 |
Color Harmonies of #531270
Complementary color
Monochromatic Colors of #531270
Black with #531270
Text Example
Text Example
White with #531270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531270; }
p { color: rgb(83,18,112); }
H1.HeaderClassName
{
color: #531270;
}
.AnyTagClassName
{
color: #531270;
}
</style>
background-color css
<style>
a { background-color: #531270; }
a { background-color: rgb(83,18,112); }
div.DivClassName
{
background-color: #531270;
}
.BgClassName
{
background-color: #531270;
}
</style>
border-color css
<style>
span { border-color: #531270; }
span { border-color: rgb(83,18,112); }
td.TdClassName
{
border-color: #531270;
}
.TagClassName
{
border-color: #531270;
}
</style>