Shades of Indigo #550365
Tints of Indigo #550365
RGB
CMYK
RGB Variations
Color information
#550365 (or 0x550365) is known color: Indigo. HEX triplet: 55, 03 and 65. RGB value is (85,3,101). Sum of RGB (Red+Green+Blue) = 85+3+101=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #550365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550365 is #AAFC9A. Grayscale: #262626. Windows color (decimal): -11205787 or 6619989. OLE color: 6619989.
HSL color Cylindrical-coordinate representation of color #550365: hue angle of 290.2º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550365 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 3 | 101 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.60 |
| HSL | 290.2º | 0.94% | 0.2% | - |
| HSV(B) | 290.2º | 0.97% | 0.4% | - |
| XYZ | 6.13 | 2.94 | 12.56 | - |
| YUV | 38.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 101 | 0.16 | 0.97 | 0 | 0.60 | 290.2 | 0.94 | 0.2 |
| Hex | 55 | 3 | 65 | 10 | 61 | 0 | 3C | 122 | 5E | 14 |
| Octal | 125 | 3 | 145 | 20 | 141 | 0 | 74 | 442 | 136 | 24 |
| Binary | 1010101 | 11 | 1100101 | 10000 | 1100001 | 0 | 111100 | 100100010 | 1011110 | 10100 |
Color Harmonies of #550365
Complementary color
Monochromatic Colors of #550365
Black with #550365
Text Example
Text Example
White with #550365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550365; }
p { color: rgb(85,3,101); }
H1.HeaderClassName
{
color: #550365;
}
.AnyTagClassName
{
color: #550365;
}
</style>
background-color css
<style>
a { background-color: #550365; }
a { background-color: rgb(85,3,101); }
div.DivClassName
{
background-color: #550365;
}
.BgClassName
{
background-color: #550365;
}
</style>
border-color css
<style>
span { border-color: #550365; }
span { border-color: rgb(85,3,101); }
td.TdClassName
{
border-color: #550365;
}
.TagClassName
{
border-color: #550365;
}
</style>