Shades of Indigo #55158B
Tints of Indigo #55158B
RGB
CMYK
RGB Variations
Color information
#55158B (or 0x55158B) is known color: Indigo. HEX triplet: 55, 15 and 8B. RGB value is (85,21,139). Sum of RGB (Red+Green+Blue) = 85+21+139=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #55158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55158B is #AAEA74. Grayscale: #353535. Windows color (decimal): -11201141 or 9114965. OLE color: 9114965.
HSL color Cylindrical-coordinate representation of color #55158B: hue angle of 272.54º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55158B is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 21 | 139 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.45 |
| HSL | 272.54º | 0.74% | 0.31% | - |
| HSV(B) | 272.54º | 0.85% | 0.55% | - |
| XYZ | 8.67 | 4.33 | 24.81 | - |
| YUV | 53.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 139 | 0.39 | 0.85 | 0 | 0.45 | 272.54 | 0.74 | 0.31 |
| Hex | 55 | 15 | 8B | 27 | 55 | 0 | 2D | 111 | 4A | 1F |
| Octal | 125 | 25 | 213 | 47 | 125 | 0 | 55 | 421 | 112 | 37 |
| Binary | 1010101 | 10101 | 10001011 | 100111 | 1010101 | 0 | 101101 | 100010001 | 1001010 | 11111 |
Color Harmonies of #55158B
Complementary color
Monochromatic Colors of #55158B
Black with #55158B
Text Example
Text Example
White with #55158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55158B; }
p { color: rgb(85,21,139); }
H1.HeaderClassName
{
color: #55158B;
}
.AnyTagClassName
{
color: #55158B;
}
</style>
background-color css
<style>
a { background-color: #55158B; }
a { background-color: rgb(85,21,139); }
div.DivClassName
{
background-color: #55158B;
}
.BgClassName
{
background-color: #55158B;
}
</style>
border-color css
<style>
span { border-color: #55158B; }
span { border-color: rgb(85,21,139); }
td.TdClassName
{
border-color: #55158B;
}
.TagClassName
{
border-color: #55158B;
}
</style>