#49015B

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

Shades of Indigo #49015B

Tints of Indigo #49015B

Color information

#49015B (or 0x49015B) is unknown color: approx Indigo. HEX triplet: 49, 01 and 5B. RGB value is (73,1,91). Sum of RGB (Red+Green+Blue) = 73+1+91=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #49015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49015B is #B6FEA4. Grayscale: #202020. Windows color (decimal): -11992741 or 5964105. OLE color: 5964105.

HSL color Cylindrical-coordinate representation of color #49015B: hue angle of 288º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49015B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB73191-
CMYK0.200.9900.64
HSL288º97.83%18.04%-
HSV(B)288º98.9%35.69%-
XYZ4.652.1910.08-
YUV32.79160.85156.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=44.24%
G=0.61%
B=55.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal731910.200.9900.6428897.8318.04
Hex4915B14630401206212
Octal111113324143010044014222
Binary10010011101101110100110001101000000100100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,1,91); }

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

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

 a { background-color: rgb(73,1,91); }

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

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

 span { border-color: rgb(73,1,91); }

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