#490A9A

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

Shades of Indigo #490A9A

Tints of Indigo #490A9A

Color information

#490A9A (or 0x490A9A) is unknown color: approx Indigo. HEX triplet: 49, 0A and 9A. RGB value is (73,10,154). Sum of RGB (Red+Green+Blue) = 73+10+154=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #490A9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490A9A is #B6F565. Grayscale: #2C2C2C. Windows color (decimal): -11990374 or 10095177. OLE color: 10095177.

HSL color Cylindrical-coordinate representation of color #490A9A: hue angle of 266.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490A9A is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7310154-
CMYK0.530.9400.40
HSL266.25º87.8%32.16%-
HSV(B)266.25º93.51%60.39%-
XYZ8.693.9730.88-
YUV45.25189.37147.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=30.80%
G=4.22%
B=64.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73101540.530.9400.40266.2587.832.16
Hex49A9A355E02810a5820
Octal111122326513605041213040
Binary1001001101010011010110101101111001010001000010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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