#49057D

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

Shades of Indigo #49057D

Tints of Indigo #49057D

Color information

#49057D (or 0x49057D) is unknown color: approx Indigo. HEX triplet: 49, 05 and 7D. RGB value is (73,5,125). Sum of RGB (Red+Green+Blue) = 73+5+125=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #49057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057D is #B6FA82. Grayscale: #262626. Windows color (decimal): -11991683 or 8193353. OLE color: 8193353.

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

Color convert

RGB735125-
CMYK0.420.9600.51
HSL274º92.31%25.49%-
HSV(B)274º96%49.02%-
XYZ6.53.0119.64-
YUV39.01176.53152.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=35.96%
G=2.46%
B=61.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7351250.420.9600.5127492.3125.49
Hex4957D2A600331125c19
Octal11151755214006342213431
Binary1001001101111110110101011000000110011100010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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