#490987

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

Shades of Indigo #490987

Tints of Indigo #490987

Color information

#490987 (or 0x490987) is unknown color: approx Indigo. HEX triplet: 49, 09 and 87. RGB value is (73,9,135). Sum of RGB (Red+Green+Blue) = 73+9+135=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #490987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490987 is #B6F678. Grayscale: #2A2A2A. Windows color (decimal): -11990649 or 8849737. OLE color: 8849737.

HSL color Cylindrical-coordinate representation of color #490987: hue angle of 270.48º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490987 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB739135-
CMYK0.460.9300.47
HSL270.48º87.5%28.24%-
HSV(B)270.48º93.33%52.94%-
XYZ7.223.3623.19-
YUV42.5180.2149.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=33.64%
G=4.15%
B=62.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7391350.460.9300.47270.4887.528.24
Hex499872E5D02F10e581c
Octal111112075613505741613034
Binary100100110011000011110111010111010101111100001110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490987; }

 p { color: rgb(73,9,135); }

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

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

 a { background-color: rgb(73,9,135); }

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

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

 span { border-color: rgb(73,9,135); }

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