Shades of Indigo #55109B
Tints of Indigo #55109B
RGB
CMYK
RGB Variations
Color information
#55109B (or 0x55109B) is known color: Indigo. HEX triplet: 55, 10 and 9B. RGB value is (85,16,155). Sum of RGB (Red+Green+Blue) = 85+16+155=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #55109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55109B is #AAEF64. Grayscale: #333333. Windows color (decimal): -11202405 or 10162261. OLE color: 10162261.
HSL color Cylindrical-coordinate representation of color #55109B: hue angle of 269.78º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55109B is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 16 | 155 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.39 |
| HSL | 269.78º | 0.81% | 0.34% | - |
| HSV(B) | 269.78º | 0.9% | 0.61% | - |
| XYZ | 9.85 | 4.67 | 31.39 | - |
| YUV | 52.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 155 | 0.45 | 0.90 | 0 | 0.39 | 269.78 | 0.81 | 0.34 |
| Hex | 55 | 10 | 9B | 2D | 5A | 0 | 27 | 10E | 51 | 22 |
| Octal | 125 | 20 | 233 | 55 | 132 | 0 | 47 | 416 | 121 | 42 |
| Binary | 1010101 | 10000 | 10011011 | 101101 | 1011010 | 0 | 100111 | 100001110 | 1010001 | 100010 |
Color Harmonies of #55109B
Complementary color
Monochromatic Colors of #55109B
Black with #55109B
Text Example
Text Example
White with #55109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55109B; }
p { color: rgb(85,16,155); }
H1.HeaderClassName
{
color: #55109B;
}
.AnyTagClassName
{
color: #55109B;
}
</style>
background-color css
<style>
a { background-color: #55109B; }
a { background-color: rgb(85,16,155); }
div.DivClassName
{
background-color: #55109B;
}
.BgClassName
{
background-color: #55109B;
}
</style>
border-color css
<style>
span { border-color: #55109B; }
span { border-color: rgb(85,16,155); }
td.TdClassName
{
border-color: #55109B;
}
.TagClassName
{
border-color: #55109B;
}
</style>