#49005B

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

Shades of Indigo #49005B

Tints of Indigo #49005B

Color information

#49005B (or 0x49005B) is unknown color: approx Indigo. HEX triplet: 49, 00 and 5B. RGB value is (73,0,91). Sum of RGB (Red+Green+Blue) = 73+0+91=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #49005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005B is #B6FFA4. Grayscale: #1F1F1F. Windows color (decimal): -11992997 or 5963849. OLE color: 5963849.

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

Color convert

RGB73091-
CMYK0.20100.64
HSL288.13º100%17.84%-
HSV(B)288.13º100%35.69%-
XYZ4.642.1710.07-
YUV32.2161.18157.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=44.51%
G=0%
B=55.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal730910.20100.64288.1310017.84
Hex4905B14640401206412
Octal111013324144010044014422
Binary10010010101101110100110010001000000100100000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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