Shades of Indigo #55015E
Tints of Indigo #55015E
RGB
CMYK
RGB Variations
Color information
#55015E (or 0x55015E) is known color: Indigo. HEX triplet: 55, 01 and 5E. RGB value is (85,1,94). Sum of RGB (Red+Green+Blue) = 85+1+94=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #55015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55015E is #AAFEA1. Grayscale: #242424. Windows color (decimal): -11206306 or 6160725. OLE color: 6160725.
HSL color Cylindrical-coordinate representation of color #55015E: hue angle of 294.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55015E is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 1 | 94 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.63 |
| HSL | 294.19º | 0.98% | 0.19% | - |
| HSV(B) | 294.19º | 0.99% | 0.37% | - |
| XYZ | 5.78 | 2.76 | 10.82 | - |
| YUV | 36.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 94 | 0.10 | 0.99 | 0 | 0.63 | 294.19 | 0.98 | 0.19 |
| Hex | 55 | 1 | 5E | A | 63 | 0 | 3F | 126 | 62 | 13 |
| Octal | 125 | 1 | 136 | 12 | 143 | 0 | 77 | 446 | 142 | 23 |
| Binary | 1010101 | 1 | 1011110 | 1010 | 1100011 | 0 | 111111 | 100100110 | 1100010 | 10011 |
Color Harmonies of #55015E
Complementary color
Monochromatic Colors of #55015E
Black with #55015E
Text Example
Text Example
White with #55015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55015E; }
p { color: rgb(85,1,94); }
H1.HeaderClassName
{
color: #55015E;
}
.AnyTagClassName
{
color: #55015E;
}
</style>
background-color css
<style>
a { background-color: #55015E; }
a { background-color: rgb(85,1,94); }
div.DivClassName
{
background-color: #55015E;
}
.BgClassName
{
background-color: #55015E;
}
</style>
border-color css
<style>
span { border-color: #55015E; }
span { border-color: rgb(85,1,94); }
td.TdClassName
{
border-color: #55015E;
}
.TagClassName
{
border-color: #55015E;
}
</style>