#490983

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

Shades of Indigo #490983

Tints of Indigo #490983

Color information

#490983 (or 0x490983) is unknown color: approx Indigo. HEX triplet: 49, 09 and 83. RGB value is (73,9,131). Sum of RGB (Red+Green+Blue) = 73+9+131=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #490983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490983 is #B6F67C. Grayscale: #292929. Windows color (decimal): -11990653 or 8587593. OLE color: 8587593.

HSL color Cylindrical-coordinate representation of color #490983: hue angle of 271.48º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490983 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB739131-
CMYK0.440.9300.49
HSL271.48º87.14%27.45%-
HSV(B)271.48º93.13%51.37%-
XYZ6.943.2521.73-
YUV42.04178.2150.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=34.27%
G=4.23%
B=61.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7391310.440.9300.49271.4887.1427.45
Hex499832C5D03110f571b
Octal111112035413506141712733
Binary100100110011000001110110010111010110001100001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490983; }

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

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

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

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

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

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

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

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