Shades of Indigo #53019E
Tints of Indigo #53019E
RGB
CMYK
RGB Variations
Color information
#53019E (or 0x53019E) is known color: Indigo. HEX triplet: 53, 01 and 9E. RGB value is (83,1,158). Sum of RGB (Red+Green+Blue) = 83+1+158=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #53019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53019E is #ACFE61. Grayscale: #2A2A2A. Windows color (decimal): -11337314 or 10355027. OLE color: 10355027.
HSL color Cylindrical-coordinate representation of color #53019E: hue angle of 271.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53019E is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 1 | 158 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.38 |
| HSL | 271.34º | 0.99% | 0.31% | - |
| HSV(B) | 271.34º | 0.99% | 0.62% | - |
| XYZ | 9.75 | 4.33 | 32.67 | - |
| YUV | 43.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 158 | 0.47 | 0.99 | 0 | 0.38 | 271.34 | 0.99 | 0.31 |
| Hex | 53 | 1 | 9E | 2F | 63 | 0 | 26 | 10F | 63 | 1F |
| Octal | 123 | 1 | 236 | 57 | 143 | 0 | 46 | 417 | 143 | 37 |
| Binary | 1010011 | 1 | 10011110 | 101111 | 1100011 | 0 | 100110 | 100001111 | 1100011 | 11111 |
Color Harmonies of #53019E
Complementary color
Monochromatic Colors of #53019E
Black with #53019E
Text Example
Text Example
White with #53019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53019E; }
p { color: rgb(83,1,158); }
H1.HeaderClassName
{
color: #53019E;
}
.AnyTagClassName
{
color: #53019E;
}
</style>
background-color css
<style>
a { background-color: #53019E; }
a { background-color: rgb(83,1,158); }
div.DivClassName
{
background-color: #53019E;
}
.BgClassName
{
background-color: #53019E;
}
</style>
border-color css
<style>
span { border-color: #53019E; }
span { border-color: rgb(83,1,158); }
td.TdClassName
{
border-color: #53019E;
}
.TagClassName
{
border-color: #53019E;
}
</style>