Shades of Indigo #55016E
Tints of Indigo #55016E
RGB
CMYK
RGB Variations
Color information
#55016E (or 0x55016E) is known color: Indigo. HEX triplet: 55, 01 and 6E. RGB value is (85,1,110). Sum of RGB (Red+Green+Blue) = 85+1+110=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #55016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55016E is #AAFE91. Grayscale: #262626. Windows color (decimal): -11206290 or 7209301. OLE color: 7209301.
HSL color Cylindrical-coordinate representation of color #55016E: hue angle of 286.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55016E is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 1 | 110 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.57 |
| HSL | 286.24º | 0.98% | 0.22% | - |
| HSV(B) | 286.24º | 0.99% | 0.43% | - |
| XYZ | 6.57 | 3.08 | 15 | - |
| YUV | 38.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 110 | 0.23 | 0.99 | 0 | 0.57 | 286.24 | 0.98 | 0.22 |
| Hex | 55 | 1 | 6E | 17 | 63 | 0 | 39 | 11E | 62 | 16 |
| Octal | 125 | 1 | 156 | 27 | 143 | 0 | 71 | 436 | 142 | 26 |
| Binary | 1010101 | 1 | 1101110 | 10111 | 1100011 | 0 | 111001 | 100011110 | 1100010 | 10110 |
Color Harmonies of #55016E
Complementary color
Monochromatic Colors of #55016E
Black with #55016E
Text Example
Text Example
White with #55016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55016E; }
p { color: rgb(85,1,110); }
H1.HeaderClassName
{
color: #55016E;
}
.AnyTagClassName
{
color: #55016E;
}
</style>
background-color css
<style>
a { background-color: #55016E; }
a { background-color: rgb(85,1,110); }
div.DivClassName
{
background-color: #55016E;
}
.BgClassName
{
background-color: #55016E;
}
</style>
border-color css
<style>
span { border-color: #55016E; }
span { border-color: rgb(85,1,110); }
td.TdClassName
{
border-color: #55016E;
}
.TagClassName
{
border-color: #55016E;
}
</style>