#49159F

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

Shades of Indigo #49159F

Tints of Indigo #49159F

Color information

#49159F (or 0x49159F) is unknown color: approx Indigo. HEX triplet: 49, 15 and 9F. RGB value is (73,21,159). Sum of RGB (Red+Green+Blue) = 73+21+159=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #49159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49159F is #B6EA60. Grayscale: #333333. Windows color (decimal): -11987553 or 10425673. OLE color: 10425673.

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

Color convert

RGB7321159-
CMYK0.540.8700.38
HSL262.61º76.67%35.29%-
HSV(B)262.61º86.79%62.35%-
XYZ9.274.4633.17-
YUV52.28188.23142.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=28.85%
G=8.30%
B=62.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73211590.540.8700.38262.6176.6735.29
Hex49159F36570261074d23
Octal111252376612704640711543
Binary10010011010110011111110110101011101001101000001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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