Shades of Indigo #55015F
Tints of Indigo #55015F
RGB
CMYK
RGB Variations
Color information
#55015F (or 0x55015F) is known color: Indigo. HEX triplet: 55, 01 and 5F. RGB value is (85,1,95). Sum of RGB (Red+Green+Blue) = 85+1+95=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #55015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55015F is #AAFEA0. Grayscale: #242424. Windows color (decimal): -11206305 or 6226261. OLE color: 6226261.
HSL color Cylindrical-coordinate representation of color #55015F: hue angle of 293.62º 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 #55015F is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 1 | 95 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.63 |
| HSL | 293.62º | 0.98% | 0.19% | - |
| HSV(B) | 293.62º | 0.99% | 0.37% | - |
| XYZ | 5.82 | 2.78 | 11.06 | - |
| YUV | 36.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 95 | 0.11 | 0.99 | 0 | 0.63 | 293.62 | 0.98 | 0.19 |
| Hex | 55 | 1 | 5F | B | 63 | 0 | 3F | 126 | 62 | 13 |
| Octal | 125 | 1 | 137 | 13 | 143 | 0 | 77 | 446 | 142 | 23 |
| Binary | 1010101 | 1 | 1011111 | 1011 | 1100011 | 0 | 111111 | 100100110 | 1100010 | 10011 |
Color Harmonies of #55015F
Complementary color
Monochromatic Colors of #55015F
Black with #55015F
Text Example
Text Example
White with #55015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55015F; }
p { color: rgb(85,1,95); }
H1.HeaderClassName
{
color: #55015F;
}
.AnyTagClassName
{
color: #55015F;
}
</style>
background-color css
<style>
a { background-color: #55015F; }
a { background-color: rgb(85,1,95); }
div.DivClassName
{
background-color: #55015F;
}
.BgClassName
{
background-color: #55015F;
}
</style>
border-color css
<style>
span { border-color: #55015F; }
span { border-color: rgb(85,1,95); }
td.TdClassName
{
border-color: #55015F;
}
.TagClassName
{
border-color: #55015F;
}
</style>