Shades of Indigo #53036B
Tints of Indigo #53036B
RGB
CMYK
RGB Variations
Color information
#53036B (or 0x53036B) is known color: Indigo. HEX triplet: 53, 03 and 6B. RGB value is (83,3,107). Sum of RGB (Red+Green+Blue) = 83+3+107=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #53036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036B is #ACFC94. Grayscale: #262626. Windows color (decimal): -11336853 or 7013203. OLE color: 7013203.
HSL color Cylindrical-coordinate representation of color #53036B: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53036B is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 3 | 107 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.58 |
| HSL | 286.15º | 0.95% | 0.22% | - |
| HSV(B) | 286.15º | 0.97% | 0.42% | - |
| XYZ | 6.25 | 2.97 | 14.15 | - |
| YUV | 38.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 107 | 0.22 | 0.97 | 0 | 0.58 | 286.15 | 0.95 | 0.22 |
| Hex | 53 | 3 | 6B | 16 | 61 | 0 | 3A | 11E | 5F | 16 |
| Octal | 123 | 3 | 153 | 26 | 141 | 0 | 72 | 436 | 137 | 26 |
| Binary | 1010011 | 11 | 1101011 | 10110 | 1100001 | 0 | 111010 | 100011110 | 1011111 | 10110 |
Color Harmonies of #53036B
Complementary color
Monochromatic Colors of #53036B
Black with #53036B
Text Example
Text Example
White with #53036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53036B; }
p { color: rgb(83,3,107); }
H1.HeaderClassName
{
color: #53036B;
}
.AnyTagClassName
{
color: #53036B;
}
</style>
background-color css
<style>
a { background-color: #53036B; }
a { background-color: rgb(83,3,107); }
div.DivClassName
{
background-color: #53036B;
}
.BgClassName
{
background-color: #53036B;
}
</style>
border-color css
<style>
span { border-color: #53036B; }
span { border-color: rgb(83,3,107); }
td.TdClassName
{
border-color: #53036B;
}
.TagClassName
{
border-color: #53036B;
}
</style>