#49036A

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

Shades of Indigo #49036A

Tints of Indigo #49036A

Color information

#49036A (or 0x49036A) is unknown color: approx Indigo. HEX triplet: 49, 03 and 6A. RGB value is (73,3,106). Sum of RGB (Red+Green+Blue) = 73+3+106=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #49036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49036A is #B6FC95. Grayscale: #232323. Windows color (decimal): -11992214 or 6947657. OLE color: 6947657.

HSL color Cylindrical-coordinate representation of color #49036A: hue angle of 280.78º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49036A is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB733106-
CMYK0.310.9700.58
HSL280.78º94.5%21.37%-
HSV(B)280.78º97.17%41.57%-
XYZ5.382.5213.84-
YUV35.67167.69154.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 106 (41.80% from 255) = 58.24%
R=40.11%
G=1.65%
B=58.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7331060.310.9700.58280.7894.521.37
Hex4936A1F6103A1195e15
Octal11131523714107243113625
Binary10010011111010101111111000010111010100011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49036A; }

 p { color: rgb(73,3,106); }

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

<style>
 a { background-color: #49036A; }

 a { background-color: rgb(73,3,106); }

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

<style>
 span { border-color: #49036A; }

 span { border-color: rgb(73,3,106); }

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