#49116D

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

Shades of Indigo #49116D

Tints of Indigo #49116D

Color information

#49116D (or 0x49116D) is unknown color: approx Indigo. HEX triplet: 49, 11 and 6D. RGB value is (73,17,109). Sum of RGB (Red+Green+Blue) = 73+17+109=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #49116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49116D is #B6EE92. Grayscale: #2B2B2B. Windows color (decimal): -11988627 or 7147849. OLE color: 7147849.

HSL color Cylindrical-coordinate representation of color #49116D: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49116D is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7317109-
CMYK0.330.8400.57
HSL276.52º73.02%24.71%-
HSV(B)276.52º84.4%42.75%-
XYZ5.712.9214.73-
YUV44.23164.55148.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=36.68%
G=8.54%
B=54.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73171090.330.8400.57276.5273.0224.71
Hex49116D21540391154919
Octal111211554112407142511131
Binary100100110001110110110000110101000111001100010101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49116D; }

 p { color: rgb(73,17,109); }

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

<style>
 a { background-color: #49116D; }

 a { background-color: rgb(73,17,109); }

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

<style>
 span { border-color: #49116D; }

 span { border-color: rgb(73,17,109); }

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