#49037F

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

Shades of Indigo #49037F

Tints of Indigo #49037F

Color information

#49037F (or 0x49037F) is unknown color: approx Indigo. HEX triplet: 49, 03 and 7F. RGB value is (73,3,127). Sum of RGB (Red+Green+Blue) = 73+3+127=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #49037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49037F is #B6FC80. Grayscale: #252525. Windows color (decimal): -11992193 or 8323913. OLE color: 8323913.

HSL color Cylindrical-coordinate representation of color #49037F: hue angle of 273.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49037F is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB733127-
CMYK0.430.9800.50
HSL273.87º95.38%25.49%-
HSV(B)273.87º97.64%49.8%-
XYZ6.613.0120.31-
YUV38.07178.19152.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 127 (50% from 255) = 62.56%
R=35.96%
G=1.48%
B=62.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7331270.430.9800.50273.8795.3825.49
Hex4937F2B620321125f19
Octal11131775314206242213731
Binary100100111111111110101111000100110010100010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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