Shades of Indigo #551898
Tints of Indigo #551898
RGB
CMYK
RGB Variations
Color information
#551898 (or 0x551898) is known color: Indigo. HEX triplet: 55, 18 and 98. RGB value is (85,24,152). Sum of RGB (Red+Green+Blue) = 85+24+152=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #551898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551898 is #AAE767. Grayscale: #383838. Windows color (decimal): -11200360 or 9967701. OLE color: 9967701.
HSL color Cylindrical-coordinate representation of color #551898: hue angle of 268.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551898 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 24 | 152 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.40 |
| HSL | 268.59º | 0.73% | 0.35% | - |
| HSV(B) | 268.59º | 0.84% | 0.6% | - |
| XYZ | 9.74 | 4.85 | 30.13 | - |
| YUV | 56.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 152 | 0.44 | 0.84 | 0 | 0.40 | 268.59 | 0.73 | 0.35 |
| Hex | 55 | 18 | 98 | 2C | 54 | 0 | 28 | 10D | 49 | 23 |
| Octal | 125 | 30 | 230 | 54 | 124 | 0 | 50 | 415 | 111 | 43 |
| Binary | 1010101 | 11000 | 10011000 | 101100 | 1010100 | 0 | 101000 | 100001101 | 1001001 | 100011 |
Color Harmonies of #551898
Complementary color
Monochromatic Colors of #551898
Black with #551898
Text Example
Text Example
White with #551898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551898; }
p { color: rgb(85,24,152); }
H1.HeaderClassName
{
color: #551898;
}
.AnyTagClassName
{
color: #551898;
}
</style>
background-color css
<style>
a { background-color: #551898; }
a { background-color: rgb(85,24,152); }
div.DivClassName
{
background-color: #551898;
}
.BgClassName
{
background-color: #551898;
}
</style>
border-color css
<style>
span { border-color: #551898; }
span { border-color: rgb(85,24,152); }
td.TdClassName
{
border-color: #551898;
}
.TagClassName
{
border-color: #551898;
}
</style>