Shades of Indigo #550D85
Tints of Indigo #550D85
RGB
CMYK
RGB Variations
Color information
#550D85 (or 0x550D85) is known color: Indigo. HEX triplet: 55, 0D and 85. RGB value is (85,13,133). Sum of RGB (Red+Green+Blue) = 85+13+133=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #550D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D85 is #AAF27A. Grayscale: #2F2F2F. Windows color (decimal): -11203195 or 8719701. OLE color: 8719701.
HSL color Cylindrical-coordinate representation of color #550D85: hue angle of 276º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550D85 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 13 | 133 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.48 |
| HSL | 276º | 0.82% | 0.29% | - |
| HSV(B) | 276º | 0.9% | 0.52% | - |
| XYZ | 8.12 | 3.91 | 22.52 | - |
| YUV | 48.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 133 | 0.36 | 0.90 | 0 | 0.48 | 276 | 0.82 | 0.29 |
| Hex | 55 | D | 85 | 24 | 5A | 0 | 30 | 114 | 52 | 1D |
| Octal | 125 | 15 | 205 | 44 | 132 | 0 | 60 | 424 | 122 | 35 |
| Binary | 1010101 | 1101 | 10000101 | 100100 | 1011010 | 0 | 110000 | 100010100 | 1010010 | 11101 |
Color Harmonies of #550D85
Complementary color
Monochromatic Colors of #550D85
Black with #550D85
Text Example
Text Example
White with #550D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D85; }
p { color: rgb(85,13,133); }
H1.HeaderClassName
{
color: #550D85;
}
.AnyTagClassName
{
color: #550D85;
}
</style>
background-color css
<style>
a { background-color: #550D85; }
a { background-color: rgb(85,13,133); }
div.DivClassName
{
background-color: #550D85;
}
.BgClassName
{
background-color: #550D85;
}
</style>
border-color css
<style>
span { border-color: #550D85; }
span { border-color: rgb(85,13,133); }
td.TdClassName
{
border-color: #550D85;
}
.TagClassName
{
border-color: #550D85;
}
</style>