#49035E

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

Shades of Indigo #49035E

Tints of Indigo #49035E

Color information

#49035E (or 0x49035E) is unknown color: approx Indigo. HEX triplet: 49, 03 and 5E. RGB value is (73,3,94). Sum of RGB (Red+Green+Blue) = 73+3+94=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #49035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49035E is #B6FCA1. Grayscale: #222222. Windows color (decimal): -11992226 or 6161225. OLE color: 6161225.

HSL color Cylindrical-coordinate representation of color #49035E: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49035E is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB73394-
CMYK0.220.9700.63
HSL286.15º93.81%19.02%-
HSV(B)286.15º96.81%36.86%-
XYZ4.82.2910.78-
YUV34.3161.69155.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=42.94%
G=1.76%
B=55.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal733940.220.9700.63286.1593.8119.02
Hex4935E166103F11e5e13
Octal11131362614107743613623
Binary10010011110111101011011000010111111100011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49035E; }

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

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

<style>
 a { background-color: #49035E; }

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

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

<style>
 span { border-color: #49035E; }

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

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