#55178E

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

Shades of Indigo #55178E

Tints of Indigo #55178E

Color information

#55178E (or 0x55178E) is unknown color: approx Indigo. HEX triplet: 55, 17 and 8E. RGB value is (85,23,142). Sum of RGB (Red+Green+Blue) = 85+23+142=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #55178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55178E is #AAE871. Grayscale: #363636. Windows color (decimal): -11200626 or 9312085. OLE color: 9312085.

HSL color Cylindrical-coordinate representation of color #55178E: hue angle of 271.26º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55178E is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8523142-
CMYK0.400.8400.44
HSL271.26º72.12%32.35%-
HSV(B)271.26º83.8%55.69%-
XYZ8.944.525.99-
YUV55.1177.04149.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=34%
G=9.2%
B=56.8%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85231420.400.8400.44271.2672.1232.35
Hex55178E285402C10f4820
Octal125272165012405441711040
Binary10101011011110001110101000101010001011001000011111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,23,142); }

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

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

 a { background-color: rgb(85,23,142); }

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

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

 span { border-color: rgb(85,23,142); }

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