Shades of Indigo #53118B
Tints of Indigo #53118B
RGB
CMYK
RGB Variations
Color information
#53118B (or 0x53118B) is known color: Indigo. HEX triplet: 53, 11 and 8B. RGB value is (83,17,139). Sum of RGB (Red+Green+Blue) = 83+17+139=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #53118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53118B is #ACEE74. Grayscale: #323232. Windows color (decimal): -11333237 or 9113939. OLE color: 9113939.
HSL color Cylindrical-coordinate representation of color #53118B: hue angle of 272.46º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53118B is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 17 | 139 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.45 |
| HSL | 272.46º | 0.78% | 0.31% | - |
| HSV(B) | 272.46º | 0.88% | 0.55% | - |
| XYZ | 8.43 | 4.1 | 24.77 | - |
| YUV | 50.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 139 | 0.40 | 0.88 | 0 | 0.45 | 272.46 | 0.78 | 0.31 |
| Hex | 53 | 11 | 8B | 28 | 58 | 0 | 2D | 110 | 4E | 1F |
| Octal | 123 | 21 | 213 | 50 | 130 | 0 | 55 | 420 | 116 | 37 |
| Binary | 1010011 | 10001 | 10001011 | 101000 | 1011000 | 0 | 101101 | 100010000 | 1001110 | 11111 |
Color Harmonies of #53118B
Complementary color
Monochromatic Colors of #53118B
Black with #53118B
Text Example
Text Example
White with #53118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53118B; }
p { color: rgb(83,17,139); }
H1.HeaderClassName
{
color: #53118B;
}
.AnyTagClassName
{
color: #53118B;
}
</style>
background-color css
<style>
a { background-color: #53118B; }
a { background-color: rgb(83,17,139); }
div.DivClassName
{
background-color: #53118B;
}
.BgClassName
{
background-color: #53118B;
}
</style>
border-color css
<style>
span { border-color: #53118B; }
span { border-color: rgb(83,17,139); }
td.TdClassName
{
border-color: #53118B;
}
.TagClassName
{
border-color: #53118B;
}
</style>