#55116E

Color #55116E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #55116E

Tints of Indigo #55116E

Color information

#55116E (or 0x55116E) is unknown color: approx Indigo. HEX triplet: 55, 11 and 6E. RGB value is (85,17,110). Sum of RGB (Red+Green+Blue) = 85+17+110=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #55116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55116E is #AAEE91. Grayscale: #2F2F2F. Windows color (decimal): -11202194 or 7213397. OLE color: 7213397.

HSL color Cylindrical-coordinate representation of color #55116E: hue angle of 283.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55116E is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8517110-
CMYK0.230.8500.57
HSL283.87º73.23%24.9%-
HSV(B)283.87º84.55%43.14%-
XYZ6.763.4615.06-
YUV47.93163.03154.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=40.09%
G=8.02%
B=51.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85171100.230.8500.57283.8773.2324.9
Hex55116E175503911c4919
Octal125211562712507143411131
Binary10101011000111011101011110101010111001100011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55116E; }

 p { color: rgb(85,17,110); }

 H1.HeaderClassName
 {
   color: #55116E;
 }
 .AnyTagClassName
 {
   color: #55116E;
 }
</style>
background-color css

<style>
 a { background-color: #55116E; }

 a { background-color: rgb(85,17,110); }

 div.DivClassName
 {
   background-color: #55116E;
 }
 .BgClassName
 {
   background-color: #55116E;
 }
</style>
border-color css

<style>
 span { border-color: #55116E; }

 span { border-color: rgb(85,17,110); }

 td.TdClassName
 {
   border-color: #55116E;
 }
 .TagClassName
 {
   border-color: #55116E;
 }
</style>