Shades of Indigo #551878
Tints of Indigo #551878
RGB
CMYK
RGB Variations
Color information
#551878 (or 0x551878) is known color: Indigo. HEX triplet: 55, 18 and 78. RGB value is (85,24,120). Sum of RGB (Red+Green+Blue) = 85+24+120=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #551878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551878 is #AAE787. Grayscale: #343434. Windows color (decimal): -11200392 or 7870549. OLE color: 7870549.
HSL color Cylindrical-coordinate representation of color #551878: hue angle of 278.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551878 is Cyan = 0.29, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 24 | 120 | - |
| CMYK | 0.29 | 0.8 | 0 | 0.53 |
| HSL | 278.13º | 0.67% | 0.28% | - |
| HSV(B) | 278.13º | 0.8% | 0.47% | - |
| XYZ | 7.46 | 3.94 | 18.14 | - |
| YUV | 53.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 120 | 0.29 | 0.8 | 0 | 0.53 | 278.13 | 0.67 | 0.28 |
| Hex | 55 | 18 | 78 | 1D | 50 | 0 | 35 | 116 | 43 | 1C |
| Octal | 125 | 30 | 170 | 35 | 120 | 0 | 65 | 426 | 103 | 34 |
| Binary | 1010101 | 11000 | 1111000 | 11101 | 1010000 | 0 | 110101 | 100010110 | 1000011 | 11100 |
Color Harmonies of #551878
Complementary color
Monochromatic Colors of #551878
Black with #551878
Text Example
Text Example
White with #551878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551878; }
p { color: rgb(85,24,120); }
H1.HeaderClassName
{
color: #551878;
}
.AnyTagClassName
{
color: #551878;
}
</style>
background-color css
<style>
a { background-color: #551878; }
a { background-color: rgb(85,24,120); }
div.DivClassName
{
background-color: #551878;
}
.BgClassName
{
background-color: #551878;
}
</style>
border-color css
<style>
span { border-color: #551878; }
span { border-color: rgb(85,24,120); }
td.TdClassName
{
border-color: #551878;
}
.TagClassName
{
border-color: #551878;
}
</style>