Shades of Indigo #55056A
Tints of Indigo #55056A
RGB
CMYK
RGB Variations
Color information
#55056A (or 0x55056A) is known color: Indigo. HEX triplet: 55, 05 and 6A. RGB value is (85,5,106). Sum of RGB (Red+Green+Blue) = 85+5+106=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #55056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55056A is #AAFA95. Grayscale: #282828. Windows color (decimal): -11205270 or 6948181. OLE color: 6948181.
HSL color Cylindrical-coordinate representation of color #55056A: hue angle of 287.52º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55056A is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 5 | 106 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.58 |
| HSL | 287.52º | 0.91% | 0.22% | - |
| HSV(B) | 287.52º | 0.95% | 0.42% | - |
| XYZ | 6.4 | 3.08 | 13.89 | - |
| YUV | 40.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 106 | 0.20 | 0.95 | 0 | 0.58 | 287.52 | 0.91 | 0.22 |
| Hex | 55 | 5 | 6A | 14 | 5F | 0 | 3A | 120 | 5B | 16 |
| Octal | 125 | 5 | 152 | 24 | 137 | 0 | 72 | 440 | 133 | 26 |
| Binary | 1010101 | 101 | 1101010 | 10100 | 1011111 | 0 | 111010 | 100100000 | 1011011 | 10110 |
Color Harmonies of #55056A
Complementary color
Monochromatic Colors of #55056A
Black with #55056A
Text Example
Text Example
White with #55056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55056A; }
p { color: rgb(85,5,106); }
H1.HeaderClassName
{
color: #55056A;
}
.AnyTagClassName
{
color: #55056A;
}
</style>
background-color css
<style>
a { background-color: #55056A; }
a { background-color: rgb(85,5,106); }
div.DivClassName
{
background-color: #55056A;
}
.BgClassName
{
background-color: #55056A;
}
</style>
border-color css
<style>
span { border-color: #55056A; }
span { border-color: rgb(85,5,106); }
td.TdClassName
{
border-color: #55056A;
}
.TagClassName
{
border-color: #55056A;
}
</style>