Shades of Indigo #55158F
Tints of Indigo #55158F
RGB
CMYK
RGB Variations
Color information
#55158F (or 0x55158F) is known color: Indigo. HEX triplet: 55, 15 and 8F. RGB value is (85,21,143). Sum of RGB (Red+Green+Blue) = 85+21+143=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #55158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55158F is #AAEA70. Grayscale: #353535. Windows color (decimal): -11201137 or 9377109. OLE color: 9377109.
HSL color Cylindrical-coordinate representation of color #55158F: hue angle of 271.48º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55158F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 21 | 143 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.44 |
| HSL | 271.48º | 0.74% | 0.32% | - |
| HSV(B) | 271.48º | 0.85% | 0.56% | - |
| XYZ | 8.97 | 4.45 | 26.37 | - |
| YUV | 54.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 143 | 0.41 | 0.85 | 0 | 0.44 | 271.48 | 0.74 | 0.32 |
| Hex | 55 | 15 | 8F | 29 | 55 | 0 | 2C | 10F | 4A | 20 |
| Octal | 125 | 25 | 217 | 51 | 125 | 0 | 54 | 417 | 112 | 40 |
| Binary | 1010101 | 10101 | 10001111 | 101001 | 1010101 | 0 | 101100 | 100001111 | 1001010 | 100000 |
Color Harmonies of #55158F
Complementary color
Monochromatic Colors of #55158F
Black with #55158F
Text Example
Text Example
White with #55158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55158F; }
p { color: rgb(85,21,143); }
H1.HeaderClassName
{
color: #55158F;
}
.AnyTagClassName
{
color: #55158F;
}
</style>
background-color css
<style>
a { background-color: #55158F; }
a { background-color: rgb(85,21,143); }
div.DivClassName
{
background-color: #55158F;
}
.BgClassName
{
background-color: #55158F;
}
</style>
border-color css
<style>
span { border-color: #55158F; }
span { border-color: rgb(85,21,143); }
td.TdClassName
{
border-color: #55158F;
}
.TagClassName
{
border-color: #55158F;
}
</style>