Shades of Indigo #551278
Tints of Indigo #551278
RGB
CMYK
RGB Variations
Color information
#551278 (or 0x551278) is known color: Indigo. HEX triplet: 55, 12 and 78. RGB value is (85,18,120). Sum of RGB (Red+Green+Blue) = 85+18+120=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #551278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551278 is #AAED87. Grayscale: #313131. Windows color (decimal): -11201928 or 7869013. OLE color: 7869013.
HSL color Cylindrical-coordinate representation of color #551278: hue angle of 279.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551278 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 18 | 120 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.53 |
| HSL | 279.41º | 0.74% | 0.27% | - |
| HSV(B) | 279.41º | 0.85% | 0.47% | - |
| XYZ | 7.35 | 3.72 | 18.1 | - |
| YUV | 49.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 120 | 0.29 | 0.85 | 0 | 0.53 | 279.41 | 0.74 | 0.27 |
| Hex | 55 | 12 | 78 | 1D | 55 | 0 | 35 | 117 | 4A | 1B |
| Octal | 125 | 22 | 170 | 35 | 125 | 0 | 65 | 427 | 112 | 33 |
| Binary | 1010101 | 10010 | 1111000 | 11101 | 1010101 | 0 | 110101 | 100010111 | 1001010 | 11011 |
Color Harmonies of #551278
Complementary color
Monochromatic Colors of #551278
Black with #551278
Text Example
Text Example
White with #551278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551278; }
p { color: rgb(85,18,120); }
H1.HeaderClassName
{
color: #551278;
}
.AnyTagClassName
{
color: #551278;
}
</style>
background-color css
<style>
a { background-color: #551278; }
a { background-color: rgb(85,18,120); }
div.DivClassName
{
background-color: #551278;
}
.BgClassName
{
background-color: #551278;
}
</style>
border-color css
<style>
span { border-color: #551278; }
span { border-color: rgb(85,18,120); }
td.TdClassName
{
border-color: #551278;
}
.TagClassName
{
border-color: #551278;
}
</style>