#490896

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

Shades of Indigo #490896

Tints of Indigo #490896

Color information

#490896 (or 0x490896) is unknown color: approx Indigo. HEX triplet: 49, 08 and 96. RGB value is (73,8,150). Sum of RGB (Red+Green+Blue) = 73+8+150=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #490896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490896 is #B6F769. Grayscale: #2B2B2B. Windows color (decimal): -11990890 or 9832521. OLE color: 9832521.

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

Color convert

RGB738150-
CMYK0.510.9500.41
HSL267.46º89.87%30.98%-
HSV(B)267.46º94.67%58.82%-
XYZ8.343.7929.15-
YUV43.62188.03148.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=31.60%
G=3.46%
B=64.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7381500.510.9500.41267.4689.8730.98
Hex49896335F02910b5a1f
Octal111102266313705141313237
Binary100100110001001011011001110111110101001100001011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490896; }

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

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

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

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

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

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

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

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