#49005E

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

Shades of Indigo #49005E

Tints of Indigo #49005E

Color information

#49005E (or 0x49005E) is unknown color: approx Indigo. HEX triplet: 49, 00 and 5E. RGB value is (73,0,94). Sum of RGB (Red+Green+Blue) = 73+0+94=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #49005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005E is #B6FFA1. Grayscale: #202020. Windows color (decimal): -11992994 or 6160457. OLE color: 6160457.

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

Color convert

RGB73094-
CMYK0.22100.63
HSL286.6º100%18.43%-
HSV(B)286.6º100%36.86%-
XYZ4.772.2210.77-
YUV32.54162.68156.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=43.71%
G=0%
B=56.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal730940.22100.63286.610018.43
Hex4905E166403F11f6412
Octal11101362614407743714422
Binary1001001010111101011011001000111111100011111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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