#490059

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

Shades of Indigo #490059

Tints of Indigo #490059

Color information

#490059 (or 0x490059) is unknown color: approx Indigo. HEX triplet: 49, 00 and 59. RGB value is (73,0,89). Sum of RGB (Red+Green+Blue) = 73+0+89=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #490059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490059 is #B6FFA6. Grayscale: #1F1F1F. Windows color (decimal): -11992999 or 5832777. OLE color: 5832777.

HSL color Cylindrical-coordinate representation of color #490059: hue angle of 289.21º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490059 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73089-
CMYK0.18100.65
HSL289.21º100%17.45%-
HSV(B)289.21º100%34.9%-
XYZ4.552.149.62-
YUV31.97160.18157.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=45.06%
G=0%
B=54.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal730890.18100.65289.2110017.45
Hex4905912640411216411
Octal111013122144010144114421
Binary10010010101100110010110010001000001100100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490059; }

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

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

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

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

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

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

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

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