#49015F

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

Shades of Indigo #49015F

Tints of Indigo #49015F

Color information

#49015F (or 0x49015F) is unknown color: approx Indigo. HEX triplet: 49, 01 and 5F. RGB value is (73,1,95). Sum of RGB (Red+Green+Blue) = 73+1+95=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #49015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49015F is #B6FEA0. Grayscale: #202020. Windows color (decimal): -11992737 or 6226249. OLE color: 6226249.

HSL color Cylindrical-coordinate representation of color #49015F: hue angle of 285.96º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49015F is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB73195-
CMYK0.230.9900.63
HSL285.96º97.92%18.82%-
HSV(B)285.96º98.95%37.25%-
XYZ4.822.2611.01-
YUV33.24162.85156.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 95 (37.5% from 255) = 56.21%
R=43.20%
G=0.59%
B=56.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal731950.230.9900.63285.9697.9218.82
Hex4915F176303F11e6213
Octal11111372714307743614223
Binary1001001110111111011111000110111111100011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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