#490E90

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

Shades of Indigo #490E90

Tints of Indigo #490E90

Color information

#490E90 (or 0x490E90) is unknown color: approx Indigo. HEX triplet: 49, 0E and 90. RGB value is (73,14,144). Sum of RGB (Red+Green+Blue) = 73+14+144=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #490E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E90 is #B6F16F. Grayscale: #2E2E2E. Windows color (decimal): -11989360 or 9440841. OLE color: 9440841.

HSL color Cylindrical-coordinate representation of color #490E90: hue angle of 267.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490E90 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7314144-
CMYK0.490.9000.44
HSL267.23º82.28%30.98%-
HSV(B)267.23º90.28%56.47%-
XYZ7.943.7426.69-
YUV46.46183.05146.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=31.60%
G=6.06%
B=62.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73141440.490.9000.44267.2382.2830.98
Hex49E90315A02C10b521f
Octal111162206113205441312237
Binary100100111101001000011000110110100101100100001011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490E90; }

 p { color: rgb(73,14,144); }

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

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

 a { background-color: rgb(73,14,144); }

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

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

 span { border-color: rgb(73,14,144); }

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