Shades of Indigo #550D99
Tints of Indigo #550D99
RGB
CMYK
RGB Variations
Color information
#550D99 (or 0x550D99) is known color: Indigo. HEX triplet: 55, 0D and 99. RGB value is (85,13,153). Sum of RGB (Red+Green+Blue) = 85+13+153=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #550D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D99 is #AAF266. Grayscale: #323232. Windows color (decimal): -11203175 or 10030421. OLE color: 10030421.
HSL color Cylindrical-coordinate representation of color #550D99: hue angle of 270.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550D99 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 13 | 153 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.4 |
| HSL | 270.86º | 0.84% | 0.33% | - |
| HSV(B) | 270.86º | 0.92% | 0.6% | - |
| XYZ | 9.64 | 4.52 | 30.5 | - |
| YUV | 50.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 153 | 0.44 | 0.92 | 0 | 0.4 | 270.86 | 0.84 | 0.33 |
| Hex | 55 | D | 99 | 2C | 5C | 0 | 28 | 10F | 54 | 21 |
| Octal | 125 | 15 | 231 | 54 | 134 | 0 | 50 | 417 | 124 | 41 |
| Binary | 1010101 | 1101 | 10011001 | 101100 | 1011100 | 0 | 101000 | 100001111 | 1010100 | 100001 |
Color Harmonies of #550D99
Complementary color
Monochromatic Colors of #550D99
Black with #550D99
Text Example
Text Example
White with #550D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D99; }
p { color: rgb(85,13,153); }
H1.HeaderClassName
{
color: #550D99;
}
.AnyTagClassName
{
color: #550D99;
}
</style>
background-color css
<style>
a { background-color: #550D99; }
a { background-color: rgb(85,13,153); }
div.DivClassName
{
background-color: #550D99;
}
.BgClassName
{
background-color: #550D99;
}
</style>
border-color css
<style>
span { border-color: #550D99; }
span { border-color: rgb(85,13,153); }
td.TdClassName
{
border-color: #550D99;
}
.TagClassName
{
border-color: #550D99;
}
</style>