#49029F

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

Shades of Indigo #49029F

Tints of Indigo #49029F

Color information

#49029F (or 0x49029F) is unknown color: approx Indigo. HEX triplet: 49, 02 and 9F. RGB value is (73,2,159). Sum of RGB (Red+Green+Blue) = 73+2+159=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #49029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49029F is #B6FD60. Grayscale: #282828. Windows color (decimal): -11992417 or 10420809. OLE color: 10420809.

HSL color Cylindrical-coordinate representation of color #49029F: hue angle of 267.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49029F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB732159-
CMYK0.540.9900.38
HSL267.13º97.52%31.57%-
HSV(B)267.13º98.74%62.35%-
XYZ9.033.9633.09-
YUV41.13194.52150.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=31.20%
G=0.85%
B=67.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7321590.540.9900.38267.1397.5231.57
Hex4929F366302610b6220
Octal11122376614304641314240
Binary10010011010011111110110110001101001101000010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49029F; }

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

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

<style>
 a { background-color: #49029F; }

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

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

<style>
 span { border-color: #49029F; }

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

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