#490AA9

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

Shades of Indigo #490AA9

Tints of Indigo #490AA9

Color information

#490AA9 (or 0x490AA9) is unknown color: approx Indigo. HEX triplet: 49, 0A and A9. RGB value is (73,10,169). Sum of RGB (Red+Green+Blue) = 73+10+169=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #490AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AA9 is #B6F556. Grayscale: #2E2E2E. Windows color (decimal): -11990359 or 11078217. OLE color: 11078217.

HSL color Cylindrical-coordinate representation of color #490AA9: hue angle of 263.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AA9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7310169-
CMYK0.570.9400.34
HSL263.77º88.83%35.1%-
HSV(B)263.77º94.08%66.27%-
XYZ10.024.537.88-
YUV46.96196.87146.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 169 (66.41% from 255) = 67.06%
R=28.97%
G=3.97%
B=67.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73101690.570.9400.34263.7788.8335.1
Hex49AA9395E0221085923
Octal111122517113604241013143
Binary1001001101010101001111001101111001000101000010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,10,169); }

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

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

 a { background-color: rgb(73,10,169); }

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

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

 span { border-color: rgb(73,10,169); }

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