#55118D

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

Shades of Indigo #55118D

Tints of Indigo #55118D

Color information

#55118D (or 0x55118D) is unknown color: approx Indigo. HEX triplet: 55, 11 and 8D. RGB value is (85,17,141). Sum of RGB (Red+Green+Blue) = 85+17+141=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #55118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55118D is #AAEE72. Grayscale: #333333. Windows color (decimal): -11202163 or 9245013. OLE color: 9245013.

HSL color Cylindrical-coordinate representation of color #55118D: hue angle of 272.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55118D is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8517141-
CMYK0.400.8800.45
HSL272.9º78.48%30.98%-
HSV(B)272.9º87.94%55.29%-
XYZ8.754.2625.56-
YUV51.47178.53151.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=34.98%
G=7.00%
B=58.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85171410.400.8800.45272.978.4830.98
Hex55118D285802D1114e1f
Octal125212155013005542111637
Binary1010101100011000110110100010110000101101100010001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55118D; }

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

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

<style>
 a { background-color: #55118D; }

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

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

<style>
 span { border-color: #55118D; }

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

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