#49137B

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

Shades of Indigo #49137B

Tints of Indigo #49137B

Color information

#49137B (or 0x49137B) is unknown color: approx Indigo. HEX triplet: 49, 13 and 7B. RGB value is (73,19,123). Sum of RGB (Red+Green+Blue) = 73+19+123=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #49137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49137B is #B6EC84. Grayscale: #2E2E2E. Windows color (decimal): -11988101 or 8065865. OLE color: 8065865.

HSL color Cylindrical-coordinate representation of color #49137B: hue angle of 271.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49137B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7319123-
CMYK0.410.8500.52
HSL271.15º73.24%27.84%-
HSV(B)271.15º84.55%48.24%-
XYZ6.563.3119.03-
YUV47170.89146.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=33.95%
G=8.84%
B=57.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73191230.410.8500.52271.1573.2427.84
Hex49137B295503410f491c
Octal111231735112506441711134
Binary100100110011111101110100110101010110100100001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49137B; }

 p { color: rgb(73,19,123); }

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

<style>
 a { background-color: #49137B; }

 a { background-color: rgb(73,19,123); }

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

<style>
 span { border-color: #49137B; }

 span { border-color: rgb(73,19,123); }

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