#490963

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

Shades of Indigo #490963

Tints of Indigo #490963

Color information

#490963 (or 0x490963) is unknown color: approx Indigo. HEX triplet: 49, 09 and 63. RGB value is (73,9,99). Sum of RGB (Red+Green+Blue) = 73+9+99=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #490963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490963 is #B6F69C. Grayscale: #262626. Windows color (decimal): -11990685 or 6490441. OLE color: 6490441.

HSL color Cylindrical-coordinate representation of color #490963: hue angle of 282.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490963 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB73999-
CMYK0.260.9100.61
HSL282.67º83.33%21.18%-
HSV(B)282.67º90.91%38.82%-
XYZ5.12.5112.02-
YUV38.4162.2152.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=40.33%
G=4.97%
B=54.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal739990.260.9100.61282.6783.3321.18
Hex499631A5B03D11b5315
Octal111111433213307543312325
Binary1001001100111000111101010110110111101100011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490963; }

 p { color: rgb(73,9,99); }

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

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

 a { background-color: rgb(73,9,99); }

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

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

 span { border-color: rgb(73,9,99); }

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