Shades of Indigo #53117E
Tints of Indigo #53117E
RGB
CMYK
RGB Variations
Color information
#53117E (or 0x53117E) is known color: Indigo. HEX triplet: 53, 11 and 7E. RGB value is (83,17,126). Sum of RGB (Red+Green+Blue) = 83+17+126=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #53117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53117E is #ACEE81. Grayscale: #303030. Windows color (decimal): -11333250 or 8261971. OLE color: 8261971.
HSL color Cylindrical-coordinate representation of color #53117E: hue angle of 276.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53117E is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 17 | 126 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.51 |
| HSL | 276.33º | 0.76% | 0.28% | - |
| HSV(B) | 276.33º | 0.87% | 0.49% | - |
| XYZ | 7.53 | 3.75 | 20.06 | - |
| YUV | 49.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 126 | 0.34 | 0.87 | 0 | 0.51 | 276.33 | 0.76 | 0.28 |
| Hex | 53 | 11 | 7E | 22 | 57 | 0 | 33 | 114 | 4C | 1C |
| Octal | 123 | 21 | 176 | 42 | 127 | 0 | 63 | 424 | 114 | 34 |
| Binary | 1010011 | 10001 | 1111110 | 100010 | 1010111 | 0 | 110011 | 100010100 | 1001100 | 11100 |
Color Harmonies of #53117E
Complementary color
Monochromatic Colors of #53117E
Black with #53117E
Text Example
Text Example
White with #53117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53117E; }
p { color: rgb(83,17,126); }
H1.HeaderClassName
{
color: #53117E;
}
.AnyTagClassName
{
color: #53117E;
}
</style>
background-color css
<style>
a { background-color: #53117E; }
a { background-color: rgb(83,17,126); }
div.DivClassName
{
background-color: #53117E;
}
.BgClassName
{
background-color: #53117E;
}
</style>
border-color css
<style>
span { border-color: #53117E; }
span { border-color: rgb(83,17,126); }
td.TdClassName
{
border-color: #53117E;
}
.TagClassName
{
border-color: #53117E;
}
</style>