#49057A

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

Shades of Indigo #49057A

Tints of Indigo #49057A

Color information

#49057A (or 0x49057A) is unknown color: approx Indigo. HEX triplet: 49, 05 and 7A. RGB value is (73,5,122). Sum of RGB (Red+Green+Blue) = 73+5+122=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #49057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057A is #B6FA85. Grayscale: #262626. Windows color (decimal): -11991686 or 7996745. OLE color: 7996745.

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

Color convert

RGB735122-
CMYK0.400.9600.52
HSL274.87º92.13%24.9%-
HSV(B)274.87º95.9%47.84%-
XYZ6.312.9318.65-
YUV38.67175.03152.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 122 (48.05% from 255) = 61%
R=36.5%
G=2.5%
B=61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7351220.400.9600.52274.8792.1324.9
Hex4957A28600341135c19
Octal11151725014006442313431
Binary1001001101111101010100011000000110100100010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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