#49178F

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

Shades of Indigo #49178F

Tints of Indigo #49178F

Color information

#49178F (or 0x49178F) is unknown color: approx Indigo. HEX triplet: 49, 17 and 8F. RGB value is (73,23,143). Sum of RGB (Red+Green+Blue) = 73+23+143=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #49178F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178F is #B6E870. Grayscale: #333333. Windows color (decimal): -11987057 or 9377609. OLE color: 9377609.

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

Color convert

RGB7323143-
CMYK0.490.8400.44
HSL265º72.29%32.55%-
HSV(B)265º83.92%56.08%-
XYZ8.014.0126.34-
YUV51.63179.56143.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 143 (56.25% from 255) = 59.83%
R=30.54%
G=9.62%
B=59.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73231430.490.8400.4426572.2932.55
Hex49178F315402C1094821
Octal111272176112405441111041
Binary10010011011110001111110001101010001011001000010011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49178F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49178F; }

 p { color: rgb(73,23,143); }

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

<style>
 a { background-color: #49178F; }

 a { background-color: rgb(73,23,143); }

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

<style>
 span { border-color: #49178F; }

 span { border-color: rgb(73,23,143); }

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