Shades of Indigo #550270
Tints of Indigo #550270
RGB
CMYK
RGB Variations
Color information
#550270 (or 0x550270) is known color: Indigo. HEX triplet: 55, 02 and 70. RGB value is (85,2,112). Sum of RGB (Red+Green+Blue) = 85+2+112=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #550270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550270 is #AAFD8F. Grayscale: #272727. Windows color (decimal): -11206032 or 7340629. OLE color: 7340629.
HSL color Cylindrical-coordinate representation of color #550270: hue angle of 285.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550270 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 2 | 112 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.56 |
| HSL | 285.27º | 0.96% | 0.22% | - |
| HSV(B) | 285.27º | 0.98% | 0.44% | - |
| XYZ | 6.69 | 3.14 | 15.58 | - |
| YUV | 39.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 112 | 0.24 | 0.98 | 0 | 0.56 | 285.27 | 0.96 | 0.22 |
| Hex | 55 | 2 | 70 | 18 | 62 | 0 | 38 | 11D | 60 | 16 |
| Octal | 125 | 2 | 160 | 30 | 142 | 0 | 70 | 435 | 140 | 26 |
| Binary | 1010101 | 10 | 1110000 | 11000 | 1100010 | 0 | 111000 | 100011101 | 1100000 | 10110 |
Color Harmonies of #550270
Complementary color
Monochromatic Colors of #550270
Black with #550270
Text Example
Text Example
White with #550270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550270; }
p { color: rgb(85,2,112); }
H1.HeaderClassName
{
color: #550270;
}
.AnyTagClassName
{
color: #550270;
}
</style>
background-color css
<style>
a { background-color: #550270; }
a { background-color: rgb(85,2,112); }
div.DivClassName
{
background-color: #550270;
}
.BgClassName
{
background-color: #550270;
}
</style>
border-color css
<style>
span { border-color: #550270; }
span { border-color: rgb(85,2,112); }
td.TdClassName
{
border-color: #550270;
}
.TagClassName
{
border-color: #550270;
}
</style>