Shades of Indigo #551582
Tints of Indigo #551582
RGB
CMYK
RGB Variations
Color information
#551582 (or 0x551582) is known color: Indigo. HEX triplet: 55, 15 and 82. RGB value is (85,21,130). Sum of RGB (Red+Green+Blue) = 85+21+130=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #551582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551582 is #AAEA7D. Grayscale: #343434. Windows color (decimal): -11201150 or 8525141. OLE color: 8525141.
HSL color Cylindrical-coordinate representation of color #551582: hue angle of 275.23º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551582 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 21 | 130 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.49 |
| HSL | 275.23º | 0.72% | 0.3% | - |
| HSV(B) | 275.23º | 0.84% | 0.51% | - |
| XYZ | 8.04 | 4.08 | 21.48 | - |
| YUV | 52.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 130 | 0.35 | 0.84 | 0 | 0.49 | 275.23 | 0.72 | 0.3 |
| Hex | 55 | 15 | 82 | 23 | 54 | 0 | 31 | 113 | 48 | 1E |
| Octal | 125 | 25 | 202 | 43 | 124 | 0 | 61 | 423 | 110 | 36 |
| Binary | 1010101 | 10101 | 10000010 | 100011 | 1010100 | 0 | 110001 | 100010011 | 1001000 | 11110 |
Color Harmonies of #551582
Complementary color
Monochromatic Colors of #551582
Black with #551582
Text Example
Text Example
White with #551582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551582; }
p { color: rgb(85,21,130); }
H1.HeaderClassName
{
color: #551582;
}
.AnyTagClassName
{
color: #551582;
}
</style>
background-color css
<style>
a { background-color: #551582; }
a { background-color: rgb(85,21,130); }
div.DivClassName
{
background-color: #551582;
}
.BgClassName
{
background-color: #551582;
}
</style>
border-color css
<style>
span { border-color: #551582; }
span { border-color: rgb(85,21,130); }
td.TdClassName
{
border-color: #551582;
}
.TagClassName
{
border-color: #551582;
}
</style>