#490679

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

Shades of Indigo #490679

Tints of Indigo #490679

Color information

#490679 (or 0x490679) is unknown color: approx Indigo. HEX triplet: 49, 06 and 79. RGB value is (73,6,121). Sum of RGB (Red+Green+Blue) = 73+6+121=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #490679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490679 is #B6F986. Grayscale: #262626. Windows color (decimal): -11991431 or 7931465. OLE color: 7931465.

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

Color convert

RGB736121-
CMYK0.400.9500.53
HSL274.96º90.55%24.9%-
HSV(B)274.96º95.04%47.45%-
XYZ6.262.9318.32-
YUV39.14174.2152.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 121 (47.66% from 255) = 60.5%
R=36.5%
G=3%
B=60.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7361210.400.9500.53274.9690.5524.9
Hex49679285F0351135b19
Octal11161715013706542313331
Binary1001001110111100110100010111110110101100010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490679; }

 p { color: rgb(73,6,121); }

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

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

 a { background-color: rgb(73,6,121); }

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

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

 span { border-color: rgb(73,6,121); }

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