Shades of Indigo #550F9D
Tints of Indigo #550F9D
RGB
CMYK
RGB Variations
Color information
#550F9D (or 0x550F9D) is known color: Indigo. HEX triplet: 55, 0F and 9D. RGB value is (85,15,157). Sum of RGB (Red+Green+Blue) = 85+15+157=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #550F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F9D is #AAF062. Grayscale: #333333. Windows color (decimal): -11202659 or 10293077. OLE color: 10293077.
HSL color Cylindrical-coordinate representation of color #550F9D: hue angle of 269.58º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F9D is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 15 | 157 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.38 |
| HSL | 269.58º | 0.83% | 0.34% | - |
| HSV(B) | 269.58º | 0.9% | 0.62% | - |
| XYZ | 10 | 4.71 | 32.28 | - |
| YUV | 52.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 157 | 0.46 | 0.90 | 0 | 0.38 | 269.58 | 0.83 | 0.34 |
| Hex | 55 | F | 9D | 2E | 5A | 0 | 26 | 10E | 53 | 22 |
| Octal | 125 | 17 | 235 | 56 | 132 | 0 | 46 | 416 | 123 | 42 |
| Binary | 1010101 | 1111 | 10011101 | 101110 | 1011010 | 0 | 100110 | 100001110 | 1010011 | 100010 |
Color Harmonies of #550F9D
Complementary color
Monochromatic Colors of #550F9D
Black with #550F9D
Text Example
Text Example
White with #550F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F9D; }
p { color: rgb(85,15,157); }
H1.HeaderClassName
{
color: #550F9D;
}
.AnyTagClassName
{
color: #550F9D;
}
</style>
background-color css
<style>
a { background-color: #550F9D; }
a { background-color: rgb(85,15,157); }
div.DivClassName
{
background-color: #550F9D;
}
.BgClassName
{
background-color: #550F9D;
}
</style>
border-color css
<style>
span { border-color: #550F9D; }
span { border-color: rgb(85,15,157); }
td.TdClassName
{
border-color: #550F9D;
}
.TagClassName
{
border-color: #550F9D;
}
</style>