#490090

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

Shades of Indigo #490090

Tints of Indigo #490090

Color information

#490090 (or 0x490090) is unknown color: approx Indigo. HEX triplet: 49, 00 and 90. RGB value is (73,0,144). Sum of RGB (Red+Green+Blue) = 73+0+144=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #490090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490090 is #B6FF6F. Grayscale: #252525. Windows color (decimal): -11992944 or 9437257. OLE color: 9437257.

HSL color Cylindrical-coordinate representation of color #490090: hue angle of 270.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490090 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB730144-
CMYK0.49100.44
HSL270.42º100%28.24%-
HSV(B)270.42º100%56.47%-
XYZ7.783.4326.64-
YUV38.24187.68152.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=33.64%
G=0%
B=66.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7301440.49100.44270.4210028.24
Hex49090316402C10e641c
Octal11102206114405441614434
Binary100100101001000011000111001000101100100001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490090; }

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

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

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

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

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

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

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

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