#490389

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

Shades of Indigo #490389

Tints of Indigo #490389

Color information

#490389 (or 0x490389) is unknown color: approx Indigo. HEX triplet: 49, 03 and 89. RGB value is (73,3,137). Sum of RGB (Red+Green+Blue) = 73+3+137=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #490389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490389 is #B6FC76. Grayscale: #262626. Windows color (decimal): -11992183 or 8979273. OLE color: 8979273.

HSL color Cylindrical-coordinate representation of color #490389: hue angle of 271.34º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490389 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB733137-
CMYK0.470.9800.46
HSL271.34º95.71%27.45%-
HSV(B)271.34º97.81%53.73%-
XYZ7.33.2923.92-
YUV39.21183.19152.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=34.27%
G=1.41%
B=64.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7331370.470.9800.46271.3495.7127.45
Hex493892F6202E10f601b
Octal11132115714205641714033
Binary1001001111000100110111111000100101110100001111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490389; }

 p { color: rgb(73,3,137); }

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

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

 a { background-color: rgb(73,3,137); }

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

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

 span { border-color: rgb(73,3,137); }

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