Shades of Indigo #550698
Tints of Indigo #550698
RGB
CMYK
RGB Variations
Color information
#550698 (or 0x550698) is known color: Indigo. HEX triplet: 55, 06 and 98. RGB value is (85,6,152). Sum of RGB (Red+Green+Blue) = 85+6+152=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #550698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550698 is #AAF967. Grayscale: #2D2D2D. Windows color (decimal): -11204968 or 9963093. OLE color: 9963093.
HSL color Cylindrical-coordinate representation of color #550698: hue angle of 272.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550698 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 6 | 152 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.40 |
| HSL | 272.47º | 0.92% | 0.31% | - |
| HSV(B) | 272.47º | 0.96% | 0.6% | - |
| XYZ | 9.48 | 4.33 | 30.04 | - |
| YUV | 46.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 152 | 0.44 | 0.96 | 0 | 0.40 | 272.47 | 0.92 | 0.31 |
| Hex | 55 | 6 | 98 | 2C | 60 | 0 | 28 | 110 | 5C | 1F |
| Octal | 125 | 6 | 230 | 54 | 140 | 0 | 50 | 420 | 134 | 37 |
| Binary | 1010101 | 110 | 10011000 | 101100 | 1100000 | 0 | 101000 | 100010000 | 1011100 | 11111 |
Color Harmonies of #550698
Complementary color
Monochromatic Colors of #550698
Black with #550698
Text Example
Text Example
White with #550698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550698; }
p { color: rgb(85,6,152); }
H1.HeaderClassName
{
color: #550698;
}
.AnyTagClassName
{
color: #550698;
}
</style>
background-color css
<style>
a { background-color: #550698; }
a { background-color: rgb(85,6,152); }
div.DivClassName
{
background-color: #550698;
}
.BgClassName
{
background-color: #550698;
}
</style>
border-color css
<style>
span { border-color: #550698; }
span { border-color: rgb(85,6,152); }
td.TdClassName
{
border-color: #550698;
}
.TagClassName
{
border-color: #550698;
}
</style>