Shades of Indigo #53107A
Tints of Indigo #53107A
RGB
CMYK
RGB Variations
Color information
#53107A (or 0x53107A) is known color: Indigo. HEX triplet: 53, 10 and 7A. RGB value is (83,16,122). Sum of RGB (Red+Green+Blue) = 83+16+122=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #53107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53107A is #ACEF85. Grayscale: #2F2F2F. Windows color (decimal): -11333510 or 7999571. OLE color: 7999571.
HSL color Cylindrical-coordinate representation of color #53107A: hue angle of 277.92º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53107A is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 16 | 122 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.52 |
| HSL | 277.92º | 0.77% | 0.27% | - |
| HSV(B) | 277.92º | 0.87% | 0.48% | - |
| XYZ | 7.27 | 3.61 | 18.73 | - |
| YUV | 48.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 122 | 0.32 | 0.87 | 0 | 0.52 | 277.92 | 0.77 | 0.27 |
| Hex | 53 | 10 | 7A | 20 | 57 | 0 | 34 | 116 | 4D | 1B |
| Octal | 123 | 20 | 172 | 40 | 127 | 0 | 64 | 426 | 115 | 33 |
| Binary | 1010011 | 10000 | 1111010 | 100000 | 1010111 | 0 | 110100 | 100010110 | 1001101 | 11011 |
Color Harmonies of #53107A
Complementary color
Monochromatic Colors of #53107A
Black with #53107A
Text Example
Text Example
White with #53107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53107A; }
p { color: rgb(83,16,122); }
H1.HeaderClassName
{
color: #53107A;
}
.AnyTagClassName
{
color: #53107A;
}
</style>
background-color css
<style>
a { background-color: #53107A; }
a { background-color: rgb(83,16,122); }
div.DivClassName
{
background-color: #53107A;
}
.BgClassName
{
background-color: #53107A;
}
</style>
border-color css
<style>
span { border-color: #53107A; }
span { border-color: rgb(83,16,122); }
td.TdClassName
{
border-color: #53107A;
}
.TagClassName
{
border-color: #53107A;
}
</style>