Shades of Indigo #550F8B
Tints of Indigo #550F8B
RGB
CMYK
RGB Variations
Color information
#550F8B (or 0x550F8B) is known color: Indigo. HEX triplet: 55, 0F and 8B. RGB value is (85,15,139). Sum of RGB (Red+Green+Blue) = 85+15+139=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #550F8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F8B is #AAF074. Grayscale: #313131. Windows color (decimal): -11202677 or 9113429. OLE color: 9113429.
HSL color Cylindrical-coordinate representation of color #550F8B: hue angle of 273.87º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550F8B is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 15 | 139 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.45 |
| HSL | 273.87º | 0.81% | 0.3% | - |
| HSV(B) | 273.87º | 0.89% | 0.55% | - |
| XYZ | 8.58 | 4.14 | 24.77 | - |
| YUV | 50.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 139 | 0.39 | 0.89 | 0 | 0.45 | 273.87 | 0.81 | 0.3 |
| Hex | 55 | F | 8B | 27 | 59 | 0 | 2D | 112 | 51 | 1E |
| Octal | 125 | 17 | 213 | 47 | 131 | 0 | 55 | 422 | 121 | 36 |
| Binary | 1010101 | 1111 | 10001011 | 100111 | 1011001 | 0 | 101101 | 100010010 | 1010001 | 11110 |
Color Harmonies of #550F8B
Complementary color
Monochromatic Colors of #550F8B
Black with #550F8B
Text Example
Text Example
White with #550F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F8B; }
p { color: rgb(85,15,139); }
H1.HeaderClassName
{
color: #550F8B;
}
.AnyTagClassName
{
color: #550F8B;
}
</style>
background-color css
<style>
a { background-color: #550F8B; }
a { background-color: rgb(85,15,139); }
div.DivClassName
{
background-color: #550F8B;
}
.BgClassName
{
background-color: #550F8B;
}
</style>
border-color css
<style>
span { border-color: #550F8B; }
span { border-color: rgb(85,15,139); }
td.TdClassName
{
border-color: #550F8B;
}
.TagClassName
{
border-color: #550F8B;
}
</style>