Shades of Indigo #550D93
Tints of Indigo #550D93
RGB
CMYK
RGB Variations
Color information
#550D93 (or 0x550D93) is known color: Indigo. HEX triplet: 55, 0D and 93. RGB value is (85,13,147). Sum of RGB (Red+Green+Blue) = 85+13+147=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #550D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D93 is #AAF26C. Grayscale: #313131. Windows color (decimal): -11203181 or 9637205. OLE color: 9637205.
HSL color Cylindrical-coordinate representation of color #550D93: hue angle of 272.24º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550D93 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 13 | 147 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.42 |
| HSL | 272.24º | 0.84% | 0.31% | - |
| HSV(B) | 272.24º | 0.91% | 0.58% | - |
| XYZ | 9.16 | 4.33 | 27.96 | - |
| YUV | 49.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 147 | 0.42 | 0.91 | 0 | 0.42 | 272.24 | 0.84 | 0.31 |
| Hex | 55 | D | 93 | 2A | 5B | 0 | 2A | 110 | 54 | 1F |
| Octal | 125 | 15 | 223 | 52 | 133 | 0 | 52 | 420 | 124 | 37 |
| Binary | 1010101 | 1101 | 10010011 | 101010 | 1011011 | 0 | 101010 | 100010000 | 1010100 | 11111 |
Color Harmonies of #550D93
Complementary color
Monochromatic Colors of #550D93
Black with #550D93
Text Example
Text Example
White with #550D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D93; }
p { color: rgb(85,13,147); }
H1.HeaderClassName
{
color: #550D93;
}
.AnyTagClassName
{
color: #550D93;
}
</style>
background-color css
<style>
a { background-color: #550D93; }
a { background-color: rgb(85,13,147); }
div.DivClassName
{
background-color: #550D93;
}
.BgClassName
{
background-color: #550D93;
}
</style>
border-color css
<style>
span { border-color: #550D93; }
span { border-color: rgb(85,13,147); }
td.TdClassName
{
border-color: #550D93;
}
.TagClassName
{
border-color: #550D93;
}
</style>