Shades of Indigo #55099B
Tints of Indigo #55099B
RGB
CMYK
RGB Variations
Color information
#55099B (or 0x55099B) is known color: Indigo. HEX triplet: 55, 09 and 9B. RGB value is (85,9,155). Sum of RGB (Red+Green+Blue) = 85+9+155=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #55099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099B is #AAF664. Grayscale: #2F2F2F. Windows color (decimal): -11204197 or 10160469. OLE color: 10160469.
HSL color Cylindrical-coordinate representation of color #55099B: hue angle of 271.23º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55099B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 9 | 155 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.39 |
| HSL | 271.23º | 0.89% | 0.32% | - |
| HSV(B) | 271.23º | 0.94% | 0.61% | - |
| XYZ | 9.76 | 4.49 | 31.36 | - |
| YUV | 48.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 155 | 0.45 | 0.94 | 0 | 0.39 | 271.23 | 0.89 | 0.32 |
| Hex | 55 | 9 | 9B | 2D | 5E | 0 | 27 | 10F | 59 | 20 |
| Octal | 125 | 11 | 233 | 55 | 136 | 0 | 47 | 417 | 131 | 40 |
| Binary | 1010101 | 1001 | 10011011 | 101101 | 1011110 | 0 | 100111 | 100001111 | 1011001 | 100000 |
Color Harmonies of #55099B
Complementary color
Monochromatic Colors of #55099B
Black with #55099B
Text Example
Text Example
White with #55099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55099B; }
p { color: rgb(85,9,155); }
H1.HeaderClassName
{
color: #55099B;
}
.AnyTagClassName
{
color: #55099B;
}
</style>
background-color css
<style>
a { background-color: #55099B; }
a { background-color: rgb(85,9,155); }
div.DivClassName
{
background-color: #55099B;
}
.BgClassName
{
background-color: #55099B;
}
</style>
border-color css
<style>
span { border-color: #55099B; }
span { border-color: rgb(85,9,155); }
td.TdClassName
{
border-color: #55099B;
}
.TagClassName
{
border-color: #55099B;
}
</style>