Shades of Indigo #551685
Tints of Indigo #551685
RGB
CMYK
RGB Variations
Color information
#551685 (or 0x551685) is known color: Indigo. HEX triplet: 55, 16 and 85. RGB value is (85,22,133). Sum of RGB (Red+Green+Blue) = 85+22+133=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #551685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551685 is #AAE97A. Grayscale: #353535. Windows color (decimal): -11200891 or 8722005. OLE color: 8722005.
HSL color Cylindrical-coordinate representation of color #551685: hue angle of 274.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551685 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 22 | 133 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.48 |
| HSL | 274.05º | 0.72% | 0.3% | - |
| HSV(B) | 274.05º | 0.83% | 0.52% | - |
| XYZ | 8.27 | 4.2 | 22.57 | - |
| YUV | 53.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 133 | 0.36 | 0.83 | 0 | 0.48 | 274.05 | 0.72 | 0.3 |
| Hex | 55 | 16 | 85 | 24 | 53 | 0 | 30 | 112 | 48 | 1E |
| Octal | 125 | 26 | 205 | 44 | 123 | 0 | 60 | 422 | 110 | 36 |
| Binary | 1010101 | 10110 | 10000101 | 100100 | 1010011 | 0 | 110000 | 100010010 | 1001000 | 11110 |
Color Harmonies of #551685
Complementary color
Monochromatic Colors of #551685
Black with #551685
Text Example
Text Example
White with #551685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551685; }
p { color: rgb(85,22,133); }
H1.HeaderClassName
{
color: #551685;
}
.AnyTagClassName
{
color: #551685;
}
</style>
background-color css
<style>
a { background-color: #551685; }
a { background-color: rgb(85,22,133); }
div.DivClassName
{
background-color: #551685;
}
.BgClassName
{
background-color: #551685;
}
</style>
border-color css
<style>
span { border-color: #551685; }
span { border-color: rgb(85,22,133); }
td.TdClassName
{
border-color: #551685;
}
.TagClassName
{
border-color: #551685;
}
</style>