Shades of Indigo #550363
Tints of Indigo #550363
RGB
CMYK
RGB Variations
Color information
#550363 (or 0x550363) is known color: Indigo. HEX triplet: 55, 03 and 63. RGB value is (85,3,99). Sum of RGB (Red+Green+Blue) = 85+3+99=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #550363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550363 is #AAFC9C. Grayscale: #262626. Windows color (decimal): -11205789 or 6488917. OLE color: 6488917.
HSL color Cylindrical-coordinate representation of color #550363: hue angle of 291.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550363 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 3 | 99 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.61 |
| HSL | 291.25º | 0.94% | 0.2% | - |
| HSV(B) | 291.25º | 0.97% | 0.39% | - |
| XYZ | 6.03 | 2.9 | 12.05 | - |
| YUV | 38.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 99 | 0.14 | 0.97 | 0 | 0.61 | 291.25 | 0.94 | 0.2 |
| Hex | 55 | 3 | 63 | E | 61 | 0 | 3D | 123 | 5E | 14 |
| Octal | 125 | 3 | 143 | 16 | 141 | 0 | 75 | 443 | 136 | 24 |
| Binary | 1010101 | 11 | 1100011 | 1110 | 1100001 | 0 | 111101 | 100100011 | 1011110 | 10100 |
Color Harmonies of #550363
Complementary color
Monochromatic Colors of #550363
Black with #550363
Text Example
Text Example
White with #550363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550363; }
p { color: rgb(85,3,99); }
H1.HeaderClassName
{
color: #550363;
}
.AnyTagClassName
{
color: #550363;
}
</style>
background-color css
<style>
a { background-color: #550363; }
a { background-color: rgb(85,3,99); }
div.DivClassName
{
background-color: #550363;
}
.BgClassName
{
background-color: #550363;
}
</style>
border-color css
<style>
span { border-color: #550363; }
span { border-color: rgb(85,3,99); }
td.TdClassName
{
border-color: #550363;
}
.TagClassName
{
border-color: #550363;
}
</style>