Shades of Indigo #53096A
Tints of Indigo #53096A
RGB
CMYK
RGB Variations
Color information
#53096A (or 0x53096A) is known color: Indigo. HEX triplet: 53, 09 and 6A. RGB value is (83,9,106). Sum of RGB (Red+Green+Blue) = 83+9+106=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #53096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53096A is #ACF695. Grayscale: #292929. Windows color (decimal): -11335318 or 6949203. OLE color: 6949203.
HSL color Cylindrical-coordinate representation of color #53096A: hue angle of 285.77º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53096A is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 9 | 106 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.58 |
| HSL | 285.77º | 0.84% | 0.23% | - |
| HSV(B) | 285.77º | 0.92% | 0.42% | - |
| XYZ | 6.27 | 3.07 | 13.9 | - |
| YUV | 42.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 106 | 0.22 | 0.92 | 0 | 0.58 | 285.77 | 0.84 | 0.23 |
| Hex | 53 | 9 | 6A | 16 | 5C | 0 | 3A | 11E | 54 | 17 |
| Octal | 123 | 11 | 152 | 26 | 134 | 0 | 72 | 436 | 124 | 27 |
| Binary | 1010011 | 1001 | 1101010 | 10110 | 1011100 | 0 | 111010 | 100011110 | 1010100 | 10111 |
Color Harmonies of #53096A
Complementary color
Monochromatic Colors of #53096A
Black with #53096A
Text Example
Text Example
White with #53096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53096A; }
p { color: rgb(83,9,106); }
H1.HeaderClassName
{
color: #53096A;
}
.AnyTagClassName
{
color: #53096A;
}
</style>
background-color css
<style>
a { background-color: #53096A; }
a { background-color: rgb(83,9,106); }
div.DivClassName
{
background-color: #53096A;
}
.BgClassName
{
background-color: #53096A;
}
</style>
border-color css
<style>
span { border-color: #53096A; }
span { border-color: rgb(83,9,106); }
td.TdClassName
{
border-color: #53096A;
}
.TagClassName
{
border-color: #53096A;
}
</style>