#49008D

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

Shades of Indigo #49008D

Tints of Indigo #49008D

Color information

#49008D (or 0x49008D) is unknown color: approx Indigo. HEX triplet: 49, 00 and 8D. RGB value is (73,0,141). Sum of RGB (Red+Green+Blue) = 73+0+141=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #49008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49008D is #B6FF72. Grayscale: #252525. Windows color (decimal): -11992947 or 9240649. OLE color: 9240649.

HSL color Cylindrical-coordinate representation of color #49008D: hue angle of 271.06º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49008D is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB730141-
CMYK0.48100.45
HSL271.06º100%27.65%-
HSV(B)271.06º100%55.29%-
XYZ7.563.3425.45-
YUV37.9186.18153.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 65.89%
R=34.11%
G=0%
B=65.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7301410.48100.45271.0610027.65
Hex4908D306402D10f641c
Octal11102156014405541714434
Binary100100101000110111000011001000101101100001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,0,141); }

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

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

 a { background-color: rgb(73,0,141); }

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

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

 span { border-color: rgb(73,0,141); }

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