#55148E

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

Shades of Indigo #55148E

Tints of Indigo #55148E

Color information

#55148E (or 0x55148E) is unknown color: approx Indigo. HEX triplet: 55, 14 and 8E. RGB value is (85,20,142). Sum of RGB (Red+Green+Blue) = 85+20+142=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #55148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55148E is #AAEB71. Grayscale: #343434. Windows color (decimal): -11201394 or 9311317. OLE color: 9311317.

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

Color convert

RGB8520142-
CMYK0.400.8600.44
HSL271.97º75.31%31.76%-
HSV(B)271.97º85.92%55.69%-
XYZ8.884.3825.97-
YUV53.34178.03150.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=34.41%
G=8.10%
B=57.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85201420.400.8600.44271.9775.3131.76
Hex55148E285602C1104b20
Octal125242165012605442011340
Binary10101011010010001110101000101011001011001000100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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