Shades of Indigo #55096D
Tints of Indigo #55096D
RGB
CMYK
RGB Variations
Color information
#55096D (or 0x55096D) is known color: Indigo. HEX triplet: 55, 09 and 6D. RGB value is (85,9,109). Sum of RGB (Red+Green+Blue) = 85+9+109=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #55096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55096D is #AAF692. Grayscale: #2A2A2A. Windows color (decimal): -11204243 or 7145813. OLE color: 7145813.
HSL color Cylindrical-coordinate representation of color #55096D: hue angle of 285.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55096D is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 9 | 109 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.57 |
| HSL | 285.6º | 0.85% | 0.23% | - |
| HSV(B) | 285.6º | 0.92% | 0.43% | - |
| XYZ | 6.6 | 3.23 | 14.74 | - |
| YUV | 43.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 109 | 0.22 | 0.92 | 0 | 0.57 | 285.6 | 0.85 | 0.23 |
| Hex | 55 | 9 | 6D | 16 | 5C | 0 | 39 | 11E | 55 | 17 |
| Octal | 125 | 11 | 155 | 26 | 134 | 0 | 71 | 436 | 125 | 27 |
| Binary | 1010101 | 1001 | 1101101 | 10110 | 1011100 | 0 | 111001 | 100011110 | 1010101 | 10111 |
Color Harmonies of #55096D
Complementary color
Monochromatic Colors of #55096D
Black with #55096D
Text Example
Text Example
White with #55096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55096D; }
p { color: rgb(85,9,109); }
H1.HeaderClassName
{
color: #55096D;
}
.AnyTagClassName
{
color: #55096D;
}
</style>
background-color css
<style>
a { background-color: #55096D; }
a { background-color: rgb(85,9,109); }
div.DivClassName
{
background-color: #55096D;
}
.BgClassName
{
background-color: #55096D;
}
</style>
border-color css
<style>
span { border-color: #55096D; }
span { border-color: rgb(85,9,109); }
td.TdClassName
{
border-color: #55096D;
}
.TagClassName
{
border-color: #55096D;
}
</style>