#49137F

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

Shades of Indigo #49137F

Tints of Indigo #49137F

Color information

#49137F (or 0x49137F) is unknown color: approx Indigo. HEX triplet: 49, 13 and 7F. RGB value is (73,19,127). Sum of RGB (Red+Green+Blue) = 73+19+127=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #49137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49137F is #B6EC80. Grayscale: #2F2F2F. Windows color (decimal): -11988097 or 8328009. OLE color: 8328009.

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

Color convert

RGB7319127-
CMYK0.430.8500.50
HSL270º73.97%28.63%-
HSV(B)270º85.04%49.8%-
XYZ6.813.4120.38-
YUV47.46172.89146.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 127 (50% from 255) = 57.99%
R=33.33%
G=8.68%
B=57.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73191270.430.8500.5027073.9728.63
Hex49137F2B5503210e4a1d
Octal111231775312506241611235
Binary100100110011111111110101110101010110010100001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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