#49157c

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

Shades of Indigo #49157C

Tints of Indigo #49157C

Color information

#49157C (or 0x49157C) is unknown color: approx Indigo. HEX triplet: 49, 15 and 7C. RGB value is (73,21,124). Sum of RGB (Red+Green+Blue) = 73+21+124=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #49157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49157C is #B6EA83. Grayscale: #2F2F2F. Windows color (decimal): -11987588 or 8131913. OLE color: 8131913.

HSL color Cylindrical-coordinate representation of color #49157C: hue angle of 270.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49157C is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7321124-
CMYK0.410.8300.51
HSL270.29º71.03%28.43%-
HSV(B)270.29º83.06%48.63%-
XYZ6.653.4119.38-
YUV48.29170.73145.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=33.49%
G=9.63%
B=56.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73211240.410.8300.51270.2971.0328.43
Hex49157C295303310e471c
Octal111251745112306341610734
Binary100100110101111110010100110100110110011100001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49157c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49157c; }

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

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

<style>
 a { background-color: #49157c; }

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

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

<style>
 span { border-color: #49157c; }

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

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