#49126B

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

Shades of Indigo #49126B

Tints of Indigo #49126B

Color information

#49126B (or 0x49126B) is unknown color: approx Indigo. HEX triplet: 49, 12 and 6B. RGB value is (73,18,107). Sum of RGB (Red+Green+Blue) = 73+18+107=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #49126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49126B is #B6ED94. Grayscale: #2C2C2C. Windows color (decimal): -11988373 or 7017033. OLE color: 7017033.

HSL color Cylindrical-coordinate representation of color #49126B: hue angle of 277.08º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49126B is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7318107-
CMYK0.320.8300.58
HSL277.08º71.2%24.51%-
HSV(B)277.08º83.18%41.96%-
XYZ5.622.9114.18-
YUV44.59163.22148.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=36.87%
G=9.09%
B=54.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73181070.320.8300.58277.0871.224.51
Hex49126B205303A1154719
Octal111221534012307242510731
Binary100100110010110101110000010100110111010100010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49126B; }

 p { color: rgb(73,18,107); }

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

<style>
 a { background-color: #49126B; }

 a { background-color: rgb(73,18,107); }

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

<style>
 span { border-color: #49126B; }

 span { border-color: rgb(73,18,107); }

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