Shades of Indigo #53016D
Tints of Indigo #53016D
RGB
CMYK
RGB Variations
Color information
#53016D (or 0x53016D) is known color: Indigo. HEX triplet: 53, 01 and 6D. RGB value is (83,1,109). Sum of RGB (Red+Green+Blue) = 83+1+109=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #53016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53016D is #ACFE92. Grayscale: #252525. Windows color (decimal): -11337363 or 7143763. OLE color: 7143763.
HSL color Cylindrical-coordinate representation of color #53016D: hue angle of 285.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53016D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 1 | 109 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.57 |
| HSL | 285.56º | 0.98% | 0.22% | - |
| HSV(B) | 285.56º | 0.99% | 0.43% | - |
| XYZ | 6.34 | 2.96 | 14.71 | - |
| YUV | 37.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 109 | 0.24 | 0.99 | 0 | 0.57 | 285.56 | 0.98 | 0.22 |
| Hex | 53 | 1 | 6D | 18 | 63 | 0 | 39 | 11E | 62 | 16 |
| Octal | 123 | 1 | 155 | 30 | 143 | 0 | 71 | 436 | 142 | 26 |
| Binary | 1010011 | 1 | 1101101 | 11000 | 1100011 | 0 | 111001 | 100011110 | 1100010 | 10110 |
Color Harmonies of #53016D
Complementary color
Monochromatic Colors of #53016D
Black with #53016D
Text Example
Text Example
White with #53016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53016D; }
p { color: rgb(83,1,109); }
H1.HeaderClassName
{
color: #53016D;
}
.AnyTagClassName
{
color: #53016D;
}
</style>
background-color css
<style>
a { background-color: #53016D; }
a { background-color: rgb(83,1,109); }
div.DivClassName
{
background-color: #53016D;
}
.BgClassName
{
background-color: #53016D;
}
</style>
border-color css
<style>
span { border-color: #53016D; }
span { border-color: rgb(83,1,109); }
td.TdClassName
{
border-color: #53016D;
}
.TagClassName
{
border-color: #53016D;
}
</style>