Shades of Indigo #55149B
Tints of Indigo #55149B
RGB
CMYK
RGB Variations
Color information
#55149B (or 0x55149B) is known color: Indigo. HEX triplet: 55, 14 and 9B. RGB value is (85,20,155). Sum of RGB (Red+Green+Blue) = 85+20+155=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #55149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55149B is #AAEB64. Grayscale: #363636. Windows color (decimal): -11201381 or 10163285. OLE color: 10163285.
HSL color Cylindrical-coordinate representation of color #55149B: hue angle of 268.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55149B is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 20 | 155 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.39 |
| HSL | 268.89º | 0.77% | 0.34% | - |
| HSV(B) | 268.89º | 0.87% | 0.61% | - |
| XYZ | 9.91 | 4.8 | 31.41 | - |
| YUV | 54.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 155 | 0.45 | 0.87 | 0 | 0.39 | 268.89 | 0.77 | 0.34 |
| Hex | 55 | 14 | 9B | 2D | 57 | 0 | 27 | 10D | 4D | 22 |
| Octal | 125 | 24 | 233 | 55 | 127 | 0 | 47 | 415 | 115 | 42 |
| Binary | 1010101 | 10100 | 10011011 | 101101 | 1010111 | 0 | 100111 | 100001101 | 1001101 | 100010 |
Color Harmonies of #55149B
Complementary color
Monochromatic Colors of #55149B
Black with #55149B
Text Example
Text Example
White with #55149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55149B; }
p { color: rgb(85,20,155); }
H1.HeaderClassName
{
color: #55149B;
}
.AnyTagClassName
{
color: #55149B;
}
</style>
background-color css
<style>
a { background-color: #55149B; }
a { background-color: rgb(85,20,155); }
div.DivClassName
{
background-color: #55149B;
}
.BgClassName
{
background-color: #55149B;
}
</style>
border-color css
<style>
span { border-color: #55149B; }
span { border-color: rgb(85,20,155); }
td.TdClassName
{
border-color: #55149B;
}
.TagClassName
{
border-color: #55149B;
}
</style>