#49039E

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

Shades of Indigo #49039E

Tints of Indigo #49039E

Color information

#49039E (or 0x49039E) is unknown color: approx Indigo. HEX triplet: 49, 03 and 9E. RGB value is (73,3,158). Sum of RGB (Red+Green+Blue) = 73+3+158=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #49039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49039E is #B6FC61. Grayscale: #292929. Windows color (decimal): -11992162 or 10355529. OLE color: 10355529.

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

Color convert

RGB733158-
CMYK0.540.9800.38
HSL267.1º96.27%31.57%-
HSV(B)267.1º98.1%61.96%-
XYZ8.953.9532.64-
YUV41.6193.69150.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=31.20%
G=1.28%
B=67.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7331580.540.9800.38267.196.2731.57
Hex4939E366202610b6020
Octal11132366614204641314040
Binary10010011110011110110110110001001001101000010111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49039E; }

 p { color: rgb(73,3,158); }

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

<style>
 a { background-color: #49039E; }

 a { background-color: rgb(73,3,158); }

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

<style>
 span { border-color: #49039E; }

 span { border-color: rgb(73,3,158); }

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