#490977

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

Shades of Indigo #490977

Tints of Indigo #490977

Color information

#490977 (or 0x490977) is unknown color: approx Indigo. HEX triplet: 49, 09 and 77. RGB value is (73,9,119). Sum of RGB (Red+Green+Blue) = 73+9+119=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #490977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490977 is #B6F688. Grayscale: #282828. Windows color (decimal): -11990665 or 7801161. OLE color: 7801161.

HSL color Cylindrical-coordinate representation of color #490977: hue angle of 274.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490977 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB739119-
CMYK0.390.9200.53
HSL274.91º85.94%25.1%-
HSV(B)274.91º92.44%46.67%-
XYZ6.182.9417.7-
YUV40.68172.2151.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=36.32%
G=4.48%
B=59.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7391190.390.9200.53274.9185.9425.1
Hex49977275C0351135619
Octal111111674713406542312631
Binary10010011001111011110011110111000110101100010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490977; }

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

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

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

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

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

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

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

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