Shades of Indigo #53036A
Tints of Indigo #53036A
RGB
CMYK
RGB Variations
Color information
#53036A (or 0x53036A) is known color: Indigo. HEX triplet: 53, 03 and 6A. RGB value is (83,3,106). Sum of RGB (Red+Green+Blue) = 83+3+106=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #53036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036A is #ACFC95. Grayscale: #262626. Windows color (decimal): -11336854 or 6947667. OLE color: 6947667.
HSL color Cylindrical-coordinate representation of color #53036A: hue angle of 286.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53036A is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 3 | 106 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.58 |
| HSL | 286.6º | 0.94% | 0.21% | - |
| HSV(B) | 286.6º | 0.97% | 0.42% | - |
| XYZ | 6.2 | 2.94 | 13.88 | - |
| YUV | 38.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 106 | 0.22 | 0.97 | 0 | 0.58 | 286.6 | 0.94 | 0.21 |
| Hex | 53 | 3 | 6A | 16 | 61 | 0 | 3A | 11F | 5E | 15 |
| Octal | 123 | 3 | 152 | 26 | 141 | 0 | 72 | 437 | 136 | 25 |
| Binary | 1010011 | 11 | 1101010 | 10110 | 1100001 | 0 | 111010 | 100011111 | 1011110 | 10101 |
Color Harmonies of #53036A
Complementary color
Monochromatic Colors of #53036A
Black with #53036A
Text Example
Text Example
White with #53036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53036A; }
p { color: rgb(83,3,106); }
H1.HeaderClassName
{
color: #53036A;
}
.AnyTagClassName
{
color: #53036A;
}
</style>
background-color css
<style>
a { background-color: #53036A; }
a { background-color: rgb(83,3,106); }
div.DivClassName
{
background-color: #53036A;
}
.BgClassName
{
background-color: #53036A;
}
</style>
border-color css
<style>
span { border-color: #53036A; }
span { border-color: rgb(83,3,106); }
td.TdClassName
{
border-color: #53036A;
}
.TagClassName
{
border-color: #53036A;
}
</style>