#49108A

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

Shades of Indigo #49108A

Tints of Indigo #49108A

Color information

#49108A (or 0x49108A) is unknown color: approx Indigo. HEX triplet: 49, 10 and 8A. RGB value is (73,16,138). Sum of RGB (Red+Green+Blue) = 73+16+138=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #49108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49108A is #B6EF75. Grayscale: #2E2E2E. Windows color (decimal): -11988854 or 9048137. OLE color: 9048137.

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

Color convert

RGB7316138-
CMYK0.470.8800.46
HSL268.03º79.22%30.2%-
HSV(B)268.03º88.41%54.12%-
XYZ7.523.6224.35-
YUV46.95179.38146.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=32.16%
G=7.05%
B=60.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73161380.470.8800.46268.0379.2230.2
Hex49108A2F5802E10c4f1e
Octal111202125713005641411736
Binary1001001100001000101010111110110000101110100001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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