#49018A

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

Shades of Indigo #49018A

Tints of Indigo #49018A

Color information

#49018A (or 0x49018A) is unknown color: approx Indigo. HEX triplet: 49, 01 and 8A. RGB value is (73,1,138). Sum of RGB (Red+Green+Blue) = 73+1+138=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #49018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49018A is #B6FE75. Grayscale: #252525. Windows color (decimal): -11992694 or 9044297. OLE color: 9044297.

HSL color Cylindrical-coordinate representation of color #49018A: hue angle of 271.53º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49018A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB731138-
CMYK0.470.9900.46
HSL271.53º98.56%27.25%-
HSV(B)271.53º99.28%54.12%-
XYZ7.353.2724.29-
YUV38.15184.35152.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 138 (54.30% from 255) = 65.09%
R=34.43%
G=0.47%
B=65.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7311380.470.9900.46271.5398.5627.25
Hex4918A2F6302E110631b
Octal11112125714305642014333
Binary100100111000101010111111000110101110100010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,1,138); }

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

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

 a { background-color: rgb(73,1,138); }

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

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

 span { border-color: rgb(73,1,138); }

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