#55188C

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

Shades of Indigo #55188C

Tints of Indigo #55188C

Color information

#55188C (or 0x55188C) is unknown color: approx Indigo. HEX triplet: 55, 18 and 8C. RGB value is (85,24,140). Sum of RGB (Red+Green+Blue) = 85+24+140=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #55188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55188C is #AAE773. Grayscale: #373737. Windows color (decimal): -11200372 or 9181269. OLE color: 9181269.

HSL color Cylindrical-coordinate representation of color #55188C: hue angle of 271.55º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55188C is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8524140-
CMYK0.390.8300.45
HSL271.55º70.73%32.16%-
HSV(B)271.55º82.86%54.9%-
XYZ8.814.4825.21-
YUV55.46175.71149.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 140 (55.08% from 255) = 56.22%
R=34.14%
G=9.64%
B=56.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85241400.390.8300.45271.5570.7332.16
Hex55188C275302D1104720
Octal125302144712305542010740
Binary10101011100010001100100111101001101011011000100001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55188C; }

 p { color: rgb(85,24,140); }

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

<style>
 a { background-color: #55188C; }

 a { background-color: rgb(85,24,140); }

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

<style>
 span { border-color: #55188C; }

 span { border-color: rgb(85,24,140); }

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