#49059F

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

Shades of Indigo #49059F

Tints of Indigo #49059F

Color information

#49059F (or 0x49059F) is unknown color: approx Indigo. HEX triplet: 49, 05 and 9F. RGB value is (73,5,159). Sum of RGB (Red+Green+Blue) = 73+5+159=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #49059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49059F is #B6FA60. Grayscale: #2A2A2A. Windows color (decimal): -11991649 or 10421577. OLE color: 10421577.

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

Color convert

RGB735159-
CMYK0.540.9700.38
HSL266.49º93.9%32.16%-
HSV(B)266.49º96.86%62.35%-
XYZ9.064.0333.1-
YUV42.89193.53149.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=30.80%
G=2.11%
B=67.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7351590.540.9700.38266.4993.932.16
Hex4959F366102610a5e20
Octal11152376614104641213640
Binary100100110110011111110110110000101001101000010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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