Shades of Indigo #531069
Tints of Indigo #531069
RGB
CMYK
RGB Variations
Color information
#531069 (or 0x531069) is known color: Indigo. HEX triplet: 53, 10 and 69. RGB value is (83,16,105). Sum of RGB (Red+Green+Blue) = 83+16+105=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #531069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531069 is #ACEF96. Grayscale: #2D2D2D. Windows color (decimal): -11333527 or 6885459. OLE color: 6885459.
HSL color Cylindrical-coordinate representation of color #531069: hue angle of 285.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531069 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 16 | 105 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.59 |
| HSL | 285.17º | 0.74% | 0.24% | - |
| HSV(B) | 285.17º | 0.85% | 0.41% | - |
| XYZ | 6.3 | 3.23 | 13.66 | - |
| YUV | 46.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 105 | 0.21 | 0.85 | 0 | 0.59 | 285.17 | 0.74 | 0.24 |
| Hex | 53 | 10 | 69 | 15 | 55 | 0 | 3B | 11D | 4A | 18 |
| Octal | 123 | 20 | 151 | 25 | 125 | 0 | 73 | 435 | 112 | 30 |
| Binary | 1010011 | 10000 | 1101001 | 10101 | 1010101 | 0 | 111011 | 100011101 | 1001010 | 11000 |
Color Harmonies of #531069
Complementary color
Monochromatic Colors of #531069
Black with #531069
Text Example
Text Example
White with #531069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531069; }
p { color: rgb(83,16,105); }
H1.HeaderClassName
{
color: #531069;
}
.AnyTagClassName
{
color: #531069;
}
</style>
background-color css
<style>
a { background-color: #531069; }
a { background-color: rgb(83,16,105); }
div.DivClassName
{
background-color: #531069;
}
.BgClassName
{
background-color: #531069;
}
</style>
border-color css
<style>
span { border-color: #531069; }
span { border-color: rgb(83,16,105); }
td.TdClassName
{
border-color: #531069;
}
.TagClassName
{
border-color: #531069;
}
</style>