#49075f

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

Shades of Indigo #49075F

Tints of Indigo #49075F

Color information

#49075F (or 0x49075F) is unknown color: approx Indigo. HEX triplet: 49, 07 and 5F. RGB value is (73,7,95). Sum of RGB (Red+Green+Blue) = 73+7+95=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #49075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075F is #B6F8A0. Grayscale: #242424. Windows color (decimal): -11991201 or 6227785. OLE color: 6227785.

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

Color convert

RGB73795-
CMYK0.230.9300.63
HSL285º86.27%20%-
HSV(B)285º92.63%37.25%-
XYZ4.892.3911.03-
YUV36.77160.87153.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=41.71%
G=4%
B=54.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal737950.230.9300.6328586.2720
Hex4975F175D03F11d5614
Octal11171372713507743512624
Binary100100111110111111011110111010111111100011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49075f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49075f; }

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

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

<style>
 a { background-color: #49075f; }

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

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

<style>
 span { border-color: #49075f; }

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

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