Shades of Indigo #53119B
Tints of Indigo #53119B
RGB
CMYK
RGB Variations
Color information
#53119B (or 0x53119B) is known color: Indigo. HEX triplet: 53, 11 and 9B. RGB value is (83,17,155). Sum of RGB (Red+Green+Blue) = 83+17+155=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #53119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53119B is #ACEE64. Grayscale: #333333. Windows color (decimal): -11333221 or 10162515. OLE color: 10162515.
HSL color Cylindrical-coordinate representation of color #53119B: hue angle of 268.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53119B is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 17 | 155 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.39 |
| HSL | 268.7º | 0.8% | 0.34% | - |
| HSV(B) | 268.7º | 0.89% | 0.61% | - |
| XYZ | 9.68 | 4.61 | 31.39 | - |
| YUV | 52.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 155 | 0.46 | 0.89 | 0 | 0.39 | 268.7 | 0.8 | 0.34 |
| Hex | 53 | 11 | 9B | 2E | 59 | 0 | 27 | 10D | 50 | 22 |
| Octal | 123 | 21 | 233 | 56 | 131 | 0 | 47 | 415 | 120 | 42 |
| Binary | 1010011 | 10001 | 10011011 | 101110 | 1011001 | 0 | 100111 | 100001101 | 1010000 | 100010 |
Color Harmonies of #53119B
Complementary color
Monochromatic Colors of #53119B
Black with #53119B
Text Example
Text Example
White with #53119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53119B; }
p { color: rgb(83,17,155); }
H1.HeaderClassName
{
color: #53119B;
}
.AnyTagClassName
{
color: #53119B;
}
</style>
background-color css
<style>
a { background-color: #53119B; }
a { background-color: rgb(83,17,155); }
div.DivClassName
{
background-color: #53119B;
}
.BgClassName
{
background-color: #53119B;
}
</style>
border-color css
<style>
span { border-color: #53119B; }
span { border-color: rgb(83,17,155); }
td.TdClassName
{
border-color: #53119B;
}
.TagClassName
{
border-color: #53119B;
}
</style>