#49055F

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

Shades of Indigo #49055F

Tints of Indigo #49055F

Color information

#49055F (or 0x49055F) is unknown color: approx Indigo. HEX triplet: 49, 05 and 5F. RGB value is (73,5,95). Sum of RGB (Red+Green+Blue) = 73+5+95=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #49055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49055F is #B6FAA0. Grayscale: #232323. Windows color (decimal): -11991713 or 6227273. OLE color: 6227273.

HSL color Cylindrical-coordinate representation of color #49055F: hue angle of 285.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49055F is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB73595-
CMYK0.230.9500.63
HSL285.33º90%19.61%-
HSV(B)285.33º94.74%37.25%-
XYZ4.872.3511.02-
YUV35.59161.53154.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=42.20%
G=2.89%
B=54.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal735950.230.9500.63285.339019.61
Hex4955F175F03F11d5a14
Octal11151372713707743513224
Binary100100110110111111011110111110111111100011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,5,95); }

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

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

 a { background-color: rgb(73,5,95); }

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

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

 span { border-color: rgb(73,5,95); }

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