Shades of Indigo #551384
Tints of Indigo #551384
RGB
CMYK
RGB Variations
Color information
#551384 (or 0x551384) is known color: Indigo. HEX triplet: 55, 13 and 84. RGB value is (85,19,132). Sum of RGB (Red+Green+Blue) = 85+19+132=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #551384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551384 is #AAEC7B. Grayscale: #333333. Windows color (decimal): -11201660 or 8655701. OLE color: 8655701.
HSL color Cylindrical-coordinate representation of color #551384: hue angle of 275.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551384 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 19 | 132 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.48 |
| HSL | 275.04º | 0.75% | 0.3% | - |
| HSV(B) | 275.04º | 0.86% | 0.52% | - |
| XYZ | 8.14 | 4.06 | 22.18 | - |
| YUV | 51.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 132 | 0.36 | 0.86 | 0 | 0.48 | 275.04 | 0.75 | 0.3 |
| Hex | 55 | 13 | 84 | 24 | 56 | 0 | 30 | 113 | 4B | 1E |
| Octal | 125 | 23 | 204 | 44 | 126 | 0 | 60 | 423 | 113 | 36 |
| Binary | 1010101 | 10011 | 10000100 | 100100 | 1010110 | 0 | 110000 | 100010011 | 1001011 | 11110 |
Color Harmonies of #551384
Complementary color
Monochromatic Colors of #551384
Black with #551384
Text Example
Text Example
White with #551384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551384; }
p { color: rgb(85,19,132); }
H1.HeaderClassName
{
color: #551384;
}
.AnyTagClassName
{
color: #551384;
}
</style>
background-color css
<style>
a { background-color: #551384; }
a { background-color: rgb(85,19,132); }
div.DivClassName
{
background-color: #551384;
}
.BgClassName
{
background-color: #551384;
}
</style>
border-color css
<style>
span { border-color: #551384; }
span { border-color: rgb(85,19,132); }
td.TdClassName
{
border-color: #551384;
}
.TagClassName
{
border-color: #551384;
}
</style>