Shades of Indigo #53066A
Tints of Indigo #53066A
RGB
CMYK
RGB Variations
Color information
#53066A (or 0x53066A) is known color: Indigo. HEX triplet: 53, 06 and 6A. RGB value is (83,6,106). Sum of RGB (Red+Green+Blue) = 83+6+106=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #53066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53066A is #ACF995. Grayscale: #282828. Windows color (decimal): -11336086 or 6948435. OLE color: 6948435.
HSL color Cylindrical-coordinate representation of color #53066A: hue angle of 286.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53066A is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 6 | 106 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.58 |
| HSL | 286.2º | 0.89% | 0.22% | - |
| HSV(B) | 286.2º | 0.94% | 0.42% | - |
| XYZ | 6.23 | 3.01 | 13.89 | - |
| YUV | 40.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 106 | 0.22 | 0.94 | 0 | 0.58 | 286.2 | 0.89 | 0.22 |
| Hex | 53 | 6 | 6A | 16 | 5E | 0 | 3A | 11E | 59 | 16 |
| Octal | 123 | 6 | 152 | 26 | 136 | 0 | 72 | 436 | 131 | 26 |
| Binary | 1010011 | 110 | 1101010 | 10110 | 1011110 | 0 | 111010 | 100011110 | 1011001 | 10110 |
Color Harmonies of #53066A
Complementary color
Monochromatic Colors of #53066A
Black with #53066A
Text Example
Text Example
White with #53066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53066A; }
p { color: rgb(83,6,106); }
H1.HeaderClassName
{
color: #53066A;
}
.AnyTagClassName
{
color: #53066A;
}
</style>
background-color css
<style>
a { background-color: #53066A; }
a { background-color: rgb(83,6,106); }
div.DivClassName
{
background-color: #53066A;
}
.BgClassName
{
background-color: #53066A;
}
</style>
border-color css
<style>
span { border-color: #53066A; }
span { border-color: rgb(83,6,106); }
td.TdClassName
{
border-color: #53066A;
}
.TagClassName
{
border-color: #53066A;
}
</style>