#49129F

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

Shades of Indigo #49129F

Tints of Indigo #49129F

Color information

#49129F (or 0x49129F) is unknown color: approx Indigo. HEX triplet: 49, 12 and 9F. RGB value is (73,18,159). Sum of RGB (Red+Green+Blue) = 73+18+159=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #49129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49129F is #B6ED60. Grayscale: #323232. Windows color (decimal): -11988321 or 10424905. OLE color: 10424905.

HSL color Cylindrical-coordinate representation of color #49129F: hue angle of 263.4º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49129F is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7318159-
CMYK0.540.8900.38
HSL263.4º79.66%34.71%-
HSV(B)263.4º88.68%62.35%-
XYZ9.224.3533.15-
YUV50.52189.22144.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=29.2%
G=7.2%
B=63.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73181590.540.8900.38263.479.6634.71
Hex49129F36590261075023
Octal111222376613104640712043
Binary10010011001010011111110110101100101001101000001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,18,159); }

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

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

 a { background-color: rgb(73,18,159); }

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

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

 span { border-color: rgb(73,18,159); }

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