Shades of Indigo #53029E
Tints of Indigo #53029E
RGB
CMYK
RGB Variations
Color information
#53029E (or 0x53029E) is known color: Indigo. HEX triplet: 53, 02 and 9E. RGB value is (83,2,158). Sum of RGB (Red+Green+Blue) = 83+2+158=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #53029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53029E is #ACFD61. Grayscale: #2B2B2B. Windows color (decimal): -11337058 or 10355283. OLE color: 10355283.
HSL color Cylindrical-coordinate representation of color #53029E: hue angle of 271.15º degrees, saturation: 0.98, 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 #53029E is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 2 | 158 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.38 |
| HSL | 271.15º | 0.98% | 0.31% | - |
| HSV(B) | 271.15º | 0.99% | 0.62% | - |
| XYZ | 9.76 | 4.35 | 32.67 | - |
| YUV | 44 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 158 | 0.47 | 0.99 | 0 | 0.38 | 271.15 | 0.98 | 0.31 |
| Hex | 53 | 2 | 9E | 2F | 63 | 0 | 26 | 10F | 62 | 1F |
| Octal | 123 | 2 | 236 | 57 | 143 | 0 | 46 | 417 | 142 | 37 |
| Binary | 1010011 | 10 | 10011110 | 101111 | 1100011 | 0 | 100110 | 100001111 | 1100010 | 11111 |
Color Harmonies of #53029E
Complementary color
Monochromatic Colors of #53029E
Black with #53029E
Text Example
Text Example
White with #53029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53029E; }
p { color: rgb(83,2,158); }
H1.HeaderClassName
{
color: #53029E;
}
.AnyTagClassName
{
color: #53029E;
}
</style>
background-color css
<style>
a { background-color: #53029E; }
a { background-color: rgb(83,2,158); }
div.DivClassName
{
background-color: #53029E;
}
.BgClassName
{
background-color: #53029E;
}
</style>
border-color css
<style>
span { border-color: #53029E; }
span { border-color: rgb(83,2,158); }
td.TdClassName
{
border-color: #53029E;
}
.TagClassName
{
border-color: #53029E;
}
</style>