#49026C

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

Shades of Indigo #49026C

Tints of Indigo #49026C

Color information

#49026C (or 0x49026C) is unknown color: approx Indigo. HEX triplet: 49, 02 and 6C. RGB value is (73,2,108). Sum of RGB (Red+Green+Blue) = 73+2+108=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #49026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49026C is #B6FD93. Grayscale: #222222. Windows color (decimal): -11992468 or 7078473. OLE color: 7078473.

HSL color Cylindrical-coordinate representation of color #49026C: hue angle of 280.19º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49026C is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB732108-
CMYK0.320.9800.58
HSL280.19º96.36%21.57%-
HSV(B)280.19º98.15%42.35%-
XYZ5.482.5414.39-
YUV35.31169.02154.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=39.89%
G=1.09%
B=59.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7321080.320.9800.58280.1996.3621.57
Hex4926C206203A1186016
Octal11121544014207243014026
Binary100100110110110010000011000100111010100011000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49026C; }

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

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

<style>
 a { background-color: #49026C; }

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

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

<style>
 span { border-color: #49026C; }

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

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