Shades of Indigo #550B69
Tints of Indigo #550B69
RGB
CMYK
RGB Variations
Color information
#550B69 (or 0x550B69) is known color: Indigo. HEX triplet: 55, 0B and 69. RGB value is (85,11,105). Sum of RGB (Red+Green+Blue) = 85+11+105=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #550B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B69 is #AAF496. Grayscale: #2B2B2B. Windows color (decimal): -11203735 or 6884181. OLE color: 6884181.
HSL color Cylindrical-coordinate representation of color #550B69: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550B69 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 11 | 105 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.59 |
| HSL | 287.23º | 0.81% | 0.23% | - |
| HSV(B) | 287.23º | 0.9% | 0.41% | - |
| XYZ | 6.42 | 3.19 | 13.64 | - |
| YUV | 43.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 105 | 0.19 | 0.90 | 0 | 0.59 | 287.23 | 0.81 | 0.23 |
| Hex | 55 | B | 69 | 13 | 5A | 0 | 3B | 11F | 51 | 17 |
| Octal | 125 | 13 | 151 | 23 | 132 | 0 | 73 | 437 | 121 | 27 |
| Binary | 1010101 | 1011 | 1101001 | 10011 | 1011010 | 0 | 111011 | 100011111 | 1010001 | 10111 |
Color Harmonies of #550B69
Complementary color
Monochromatic Colors of #550B69
Black with #550B69
Text Example
Text Example
White with #550B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B69; }
p { color: rgb(85,11,105); }
H1.HeaderClassName
{
color: #550B69;
}
.AnyTagClassName
{
color: #550B69;
}
</style>
background-color css
<style>
a { background-color: #550B69; }
a { background-color: rgb(85,11,105); }
div.DivClassName
{
background-color: #550B69;
}
.BgClassName
{
background-color: #550B69;
}
</style>
border-color css
<style>
span { border-color: #550B69; }
span { border-color: rgb(85,11,105); }
td.TdClassName
{
border-color: #550B69;
}
.TagClassName
{
border-color: #550B69;
}
</style>