#49097D

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

Shades of Indigo #49097D

Tints of Indigo #49097D

Color information

#49097D (or 0x49097D) is unknown color: approx Indigo. HEX triplet: 49, 09 and 7D. RGB value is (73,9,125). Sum of RGB (Red+Green+Blue) = 73+9+125=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #49097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097D is #B6F682. Grayscale: #282828. Windows color (decimal): -11990659 or 8194377. OLE color: 8194377.

HSL color Cylindrical-coordinate representation of color #49097D: hue angle of 273.1º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49097D is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB739125-
CMYK0.420.9300.51
HSL273.1º86.57%26.27%-
HSV(B)273.1º92.8%49.02%-
XYZ6.553.0919.65-
YUV41.36175.2150.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=35.27%
G=4.35%
B=60.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7391250.420.9300.51273.186.5726.27
Hex4997D2A5D033111571a
Octal111111755213506342112732
Binary10010011001111110110101010111010110011100010001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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