#49016E

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

Shades of Indigo #49016E

Tints of Indigo #49016E

Color information

#49016E (or 0x49016E) is unknown color: approx Indigo. HEX triplet: 49, 01 and 6E. RGB value is (73,1,110). Sum of RGB (Red+Green+Blue) = 73+1+110=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #49016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49016E is #B6FE91. Grayscale: #222222. Windows color (decimal): -11992722 or 7209289. OLE color: 7209289.

HSL color Cylindrical-coordinate representation of color #49016E: hue angle of 279.63º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49016E is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB731110-
CMYK0.340.9900.57
HSL279.63º98.2%21.76%-
HSV(B)279.63º99.09%43.14%-
XYZ5.572.5614.95-
YUV34.95170.35155.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 110 (43.36% from 255) = 59.78%
R=39.67%
G=0.54%
B=59.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7311100.340.9900.57279.6398.221.76
Hex4916E22630391186216
Octal11111564214307143014226
Binary10010011110111010001011000110111001100011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49016E; }

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

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

<style>
 a { background-color: #49016E; }

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

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

<style>
 span { border-color: #49016E; }

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

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