#49179C

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

Shades of Indigo #49179C

Tints of Indigo #49179C

Color information

#49179C (or 0x49179C) is unknown color: approx Indigo. HEX triplet: 49, 17 and 9C. RGB value is (73,23,156). Sum of RGB (Red+Green+Blue) = 73+23+156=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #49179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49179C is #B6E863. Grayscale: #343434. Windows color (decimal): -11987044 or 10229577. OLE color: 10229577.

HSL color Cylindrical-coordinate representation of color #49179C: hue angle of 262.56º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49179C is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7323156-
CMYK0.530.8500.39
HSL262.56º74.3%35.1%-
HSV(B)262.56º85.26%61.18%-
XYZ9.054.4331.83-
YUV53.11186.06142.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=28.97%
G=9.13%
B=61.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73231560.530.8500.39262.5674.335.1
Hex49179C35550271074a23
Octal111272346512504740711243
Binary10010011011110011100110101101010101001111000001111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49179C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,23,156); }

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

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

 a { background-color: rgb(73,23,156); }

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

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

 span { border-color: rgb(73,23,156); }

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