#49028A

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

Shades of Indigo #49028A

Tints of Indigo #49028A

Color information

#49028A (or 0x49028A) is unknown color: approx Indigo. HEX triplet: 49, 02 and 8A. RGB value is (73,2,138). Sum of RGB (Red+Green+Blue) = 73+2+138=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #49028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49028A is #B6FD75. Grayscale: #262626. Windows color (decimal): -11992438 or 9044553. OLE color: 9044553.

HSL color Cylindrical-coordinate representation of color #49028A: hue angle of 271.32º degrees, saturation: 0.97, 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 #49028A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB732138-
CMYK0.470.9900.46
HSL271.32º97.14%27.45%-
HSV(B)271.32º98.55%54.12%-
XYZ7.363.2924.29-
YUV38.73184.02152.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=34.27%
G=0.94%
B=64.79%

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
Decimal7321380.470.9900.46271.3297.1427.45
Hex4928A2F6302E10f611b
Octal11122125714305641714133
Binary1001001101000101010111111000110101110100001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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