Shades of Indigo #53147E
Tints of Indigo #53147E
RGB
CMYK
RGB Variations
Color information
#53147E (or 0x53147E) is known color: Indigo. HEX triplet: 53, 14 and 7E. RGB value is (83,20,126). Sum of RGB (Red+Green+Blue) = 83+20+126=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #53147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53147E is #ACEB81. Grayscale: #323232. Windows color (decimal): -11332482 or 8262739. OLE color: 8262739.
HSL color Cylindrical-coordinate representation of color #53147E: hue angle of 275.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53147E is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 20 | 126 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.51 |
| HSL | 275.66º | 0.73% | 0.29% | - |
| HSV(B) | 275.66º | 0.84% | 0.49% | - |
| XYZ | 7.58 | 3.85 | 20.08 | - |
| YUV | 50.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 126 | 0.34 | 0.84 | 0 | 0.51 | 275.66 | 0.73 | 0.29 |
| Hex | 53 | 14 | 7E | 22 | 54 | 0 | 33 | 114 | 49 | 1D |
| Octal | 123 | 24 | 176 | 42 | 124 | 0 | 63 | 424 | 111 | 35 |
| Binary | 1010011 | 10100 | 1111110 | 100010 | 1010100 | 0 | 110011 | 100010100 | 1001001 | 11101 |
Color Harmonies of #53147E
Complementary color
Monochromatic Colors of #53147E
Black with #53147E
Text Example
Text Example
White with #53147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53147E; }
p { color: rgb(83,20,126); }
H1.HeaderClassName
{
color: #53147E;
}
.AnyTagClassName
{
color: #53147E;
}
</style>
background-color css
<style>
a { background-color: #53147E; }
a { background-color: rgb(83,20,126); }
div.DivClassName
{
background-color: #53147E;
}
.BgClassName
{
background-color: #53147E;
}
</style>
border-color css
<style>
span { border-color: #53147E; }
span { border-color: rgb(83,20,126); }
td.TdClassName
{
border-color: #53147E;
}
.TagClassName
{
border-color: #53147E;
}
</style>