Shades of Indigo #550370
Tints of Indigo #550370
RGB
CMYK
RGB Variations
Color information
#550370 (or 0x550370) is known color: Indigo. HEX triplet: 55, 03 and 70. RGB value is (85,3,112). Sum of RGB (Red+Green+Blue) = 85+3+112=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #550370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550370 is #AAFC8F. Grayscale: #272727. Windows color (decimal): -11205776 or 7340885. OLE color: 7340885.
HSL color Cylindrical-coordinate representation of color #550370: hue angle of 285.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550370 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 3 | 112 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.56 |
| HSL | 285.14º | 0.95% | 0.23% | - |
| HSV(B) | 285.14º | 0.97% | 0.44% | - |
| XYZ | 6.7 | 3.17 | 15.59 | - |
| YUV | 39.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 112 | 0.24 | 0.97 | 0 | 0.56 | 285.14 | 0.95 | 0.23 |
| Hex | 55 | 3 | 70 | 18 | 61 | 0 | 38 | 11D | 5F | 17 |
| Octal | 125 | 3 | 160 | 30 | 141 | 0 | 70 | 435 | 137 | 27 |
| Binary | 1010101 | 11 | 1110000 | 11000 | 1100001 | 0 | 111000 | 100011101 | 1011111 | 10111 |
Color Harmonies of #550370
Complementary color
Monochromatic Colors of #550370
Black with #550370
Text Example
Text Example
White with #550370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550370; }
p { color: rgb(85,3,112); }
H1.HeaderClassName
{
color: #550370;
}
.AnyTagClassName
{
color: #550370;
}
</style>
background-color css
<style>
a { background-color: #550370; }
a { background-color: rgb(85,3,112); }
div.DivClassName
{
background-color: #550370;
}
.BgClassName
{
background-color: #550370;
}
</style>
border-color css
<style>
span { border-color: #550370; }
span { border-color: rgb(85,3,112); }
td.TdClassName
{
border-color: #550370;
}
.TagClassName
{
border-color: #550370;
}
</style>