Shades of Indigo #53106B
Tints of Indigo #53106B
RGB
CMYK
RGB Variations
Color information
#53106B (or 0x53106B) is known color: Indigo. HEX triplet: 53, 10 and 6B. RGB value is (83,16,107). Sum of RGB (Red+Green+Blue) = 83+16+107=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #53106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53106B is #ACEF94. Grayscale: #2E2E2E. Windows color (decimal): -11333525 or 7016531. OLE color: 7016531.
HSL color Cylindrical-coordinate representation of color #53106B: hue angle of 284.18º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53106B is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 16 | 107 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.58 |
| HSL | 284.18º | 0.74% | 0.24% | - |
| HSV(B) | 284.18º | 0.85% | 0.42% | - |
| XYZ | 6.41 | 3.27 | 14.2 | - |
| YUV | 46.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 107 | 0.22 | 0.85 | 0 | 0.58 | 284.18 | 0.74 | 0.24 |
| Hex | 53 | 10 | 6B | 16 | 55 | 0 | 3A | 11C | 4A | 18 |
| Octal | 123 | 20 | 153 | 26 | 125 | 0 | 72 | 434 | 112 | 30 |
| Binary | 1010011 | 10000 | 1101011 | 10110 | 1010101 | 0 | 111010 | 100011100 | 1001010 | 11000 |
Color Harmonies of #53106B
Complementary color
Monochromatic Colors of #53106B
Black with #53106B
Text Example
Text Example
White with #53106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53106B; }
p { color: rgb(83,16,107); }
H1.HeaderClassName
{
color: #53106B;
}
.AnyTagClassName
{
color: #53106B;
}
</style>
background-color css
<style>
a { background-color: #53106B; }
a { background-color: rgb(83,16,107); }
div.DivClassName
{
background-color: #53106B;
}
.BgClassName
{
background-color: #53106B;
}
</style>
border-color css
<style>
span { border-color: #53106B; }
span { border-color: rgb(83,16,107); }
td.TdClassName
{
border-color: #53106B;
}
.TagClassName
{
border-color: #53106B;
}
</style>