Shades of Indigo #550D94
Tints of Indigo #550D94
RGB
CMYK
RGB Variations
Color information
#550D94 (or 0x550D94) is known color: Indigo. HEX triplet: 55, 0D and 94. RGB value is (85,13,148). Sum of RGB (Red+Green+Blue) = 85+13+148=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #550D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D94 is #AAF26B. Grayscale: #313131. Windows color (decimal): -11203180 or 9702741. OLE color: 9702741.
HSL color Cylindrical-coordinate representation of color #550D94: hue angle of 272º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550D94 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 13 | 148 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.42 |
| HSL | 272º | 0.84% | 0.32% | - |
| HSV(B) | 272º | 0.91% | 0.58% | - |
| XYZ | 9.24 | 4.36 | 28.37 | - |
| YUV | 49.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 148 | 0.43 | 0.91 | 0 | 0.42 | 272 | 0.84 | 0.32 |
| Hex | 55 | D | 94 | 2B | 5B | 0 | 2A | 110 | 54 | 20 |
| Octal | 125 | 15 | 224 | 53 | 133 | 0 | 52 | 420 | 124 | 40 |
| Binary | 1010101 | 1101 | 10010100 | 101011 | 1011011 | 0 | 101010 | 100010000 | 1010100 | 100000 |
Color Harmonies of #550D94
Complementary color
Monochromatic Colors of #550D94
Black with #550D94
Text Example
Text Example
White with #550D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D94; }
p { color: rgb(85,13,148); }
H1.HeaderClassName
{
color: #550D94;
}
.AnyTagClassName
{
color: #550D94;
}
</style>
background-color css
<style>
a { background-color: #550D94; }
a { background-color: rgb(85,13,148); }
div.DivClassName
{
background-color: #550D94;
}
.BgClassName
{
background-color: #550D94;
}
</style>
border-color css
<style>
span { border-color: #550D94; }
span { border-color: rgb(85,13,148); }
td.TdClassName
{
border-color: #550D94;
}
.TagClassName
{
border-color: #550D94;
}
</style>