#49116A

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

Shades of Indigo #49116A

Tints of Indigo #49116A

Color information

#49116A (or 0x49116A) is unknown color: approx Indigo. HEX triplet: 49, 11 and 6A. RGB value is (73,17,106). Sum of RGB (Red+Green+Blue) = 73+17+106=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #49116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49116A is #B6EE95. Grayscale: #2B2B2B. Windows color (decimal): -11988630 or 6951241. OLE color: 6951241.

HSL color Cylindrical-coordinate representation of color #49116A: hue angle of 277.75º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49116A is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7317106-
CMYK0.310.8400.58
HSL277.75º72.36%24.12%-
HSV(B)277.75º83.96%41.57%-
XYZ5.552.8613.89-
YUV43.89163.05148.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=37.24%
G=8.67%
B=54.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73171060.310.8400.58277.7572.3624.12
Hex49116A1F5403A1164818
Octal111211523712407242611030
Binary10010011000111010101111110101000111010100010110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49116A; }

 p { color: rgb(73,17,106); }

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

<style>
 a { background-color: #49116A; }

 a { background-color: rgb(73,17,106); }

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

<style>
 span { border-color: #49116A; }

 span { border-color: rgb(73,17,106); }

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