#490F96

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

Shades of Indigo #490F96

Tints of Indigo #490F96

Color information

#490F96 (or 0x490F96) is unknown color: approx Indigo. HEX triplet: 49, 0F and 96. RGB value is (73,15,150). Sum of RGB (Red+Green+Blue) = 73+15+150=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #490F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F96 is #B6F069. Grayscale: #2F2F2F. Windows color (decimal): -11989098 or 9834313. OLE color: 9834313.

HSL color Cylindrical-coordinate representation of color #490F96: hue angle of 265.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490F96 is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7315150-
CMYK0.510.900.41
HSL265.78º81.82%32.35%-
HSV(B)265.78º90%58.82%-
XYZ8.423.9629.17-
YUV47.73185.72146.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=30.67%
G=6.30%
B=63.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151500.510.900.41265.7881.8232.35
Hex49F96335A02910a5220
Octal111172266313205141212240
Binary1001001111110010110110011101101001010011000010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,15,150); }

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

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

 a { background-color: rgb(73,15,150); }

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

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

 span { border-color: rgb(73,15,150); }

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