#49167F

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

Shades of Indigo #49167F

Tints of Indigo #49167F

Color information

#49167F (or 0x49167F) is unknown color: approx Indigo. HEX triplet: 49, 16 and 7F. RGB value is (73,22,127). Sum of RGB (Red+Green+Blue) = 73+22+127=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #49167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49167F is #B6E980. Grayscale: #303030. Windows color (decimal): -11987329 or 8328777. OLE color: 8328777.

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

Color convert

RGB7322127-
CMYK0.430.8300.50
HSL269.14º70.47%29.22%-
HSV(B)269.14º82.68%49.8%-
XYZ6.873.5220.4-
YUV49.22171.9144.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 127 (50% from 255) = 57.21%
R=32.88%
G=9.91%
B=57.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73221270.430.8300.50269.1470.4729.22
Hex49167F2B5303210d461d
Octal111261775312306241510635
Binary100100110110111111110101110100110110010100001101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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