#49097F

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

Shades of Indigo #49097F

Tints of Indigo #49097F

Color information

#49097F (or 0x49097F) is unknown color: approx Indigo. HEX triplet: 49, 09 and 7F. RGB value is (73,9,127). Sum of RGB (Red+Green+Blue) = 73+9+127=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #49097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097F is #B6F680. Grayscale: #292929. Windows color (decimal): -11990657 or 8325449. OLE color: 8325449.

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

Color convert

RGB739127-
CMYK0.430.9300.50
HSL272.54º86.76%26.67%-
HSV(B)272.54º92.91%49.8%-
XYZ6.683.1420.33-
YUV41.59176.2150.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 127 (50% from 255) = 60.77%
R=34.93%
G=4.31%
B=60.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7391270.430.9300.50272.5486.7626.67
Hex4997F2B5D032111571b
Octal111111775313506242112733
Binary10010011001111111110101110111010110010100010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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