Shades of Indigo #53106F
Tints of Indigo #53106F
RGB
CMYK
RGB Variations
Color information
#53106F (or 0x53106F) is known color: Indigo. HEX triplet: 53, 10 and 6F. RGB value is (83,16,111). Sum of RGB (Red+Green+Blue) = 83+16+111=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #53106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53106F is #ACEF90. Grayscale: #2E2E2E. Windows color (decimal): -11333521 or 7278675. OLE color: 7278675.
HSL color Cylindrical-coordinate representation of color #53106F: hue angle of 282.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53106F is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 16 | 111 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.56 |
| HSL | 282.32º | 0.75% | 0.25% | - |
| HSV(B) | 282.32º | 0.86% | 0.44% | - |
| XYZ | 6.62 | 3.36 | 15.34 | - |
| YUV | 46.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 111 | 0.25 | 0.86 | 0 | 0.56 | 282.32 | 0.75 | 0.25 |
| Hex | 53 | 10 | 6F | 19 | 56 | 0 | 38 | 11A | 4B | 19 |
| Octal | 123 | 20 | 157 | 31 | 126 | 0 | 70 | 432 | 113 | 31 |
| Binary | 1010011 | 10000 | 1101111 | 11001 | 1010110 | 0 | 111000 | 100011010 | 1001011 | 11001 |
Color Harmonies of #53106F
Complementary color
Monochromatic Colors of #53106F
Black with #53106F
Text Example
Text Example
White with #53106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53106F; }
p { color: rgb(83,16,111); }
H1.HeaderClassName
{
color: #53106F;
}
.AnyTagClassName
{
color: #53106F;
}
</style>
background-color css
<style>
a { background-color: #53106F; }
a { background-color: rgb(83,16,111); }
div.DivClassName
{
background-color: #53106F;
}
.BgClassName
{
background-color: #53106F;
}
</style>
border-color css
<style>
span { border-color: #53106F; }
span { border-color: rgb(83,16,111); }
td.TdClassName
{
border-color: #53106F;
}
.TagClassName
{
border-color: #53106F;
}
</style>