#49136A

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

Shades of Indigo #49136A

Tints of Indigo #49136A

Color information

#49136A (or 0x49136A) is unknown color: approx Indigo. HEX triplet: 49, 13 and 6A. RGB value is (73,19,106). Sum of RGB (Red+Green+Blue) = 73+19+106=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #49136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49136A is #B6EC95. Grayscale: #2C2C2C. Windows color (decimal): -11988118 or 6951753. OLE color: 6951753.

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

Color convert

RGB7319106-
CMYK0.310.8200.58
HSL277.24º69.6%24.51%-
HSV(B)277.24º82.08%41.57%-
XYZ5.582.9213.91-
YUV45.06162.39147.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=36.87%
G=9.60%
B=53.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73191060.310.8200.58277.2469.624.51
Hex49136A1F5203A1154619
Octal111231523712207242510631
Binary10010011001111010101111110100100111010100010101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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