#490576

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

Shades of Indigo #490576

Tints of Indigo #490576

Color information

#490576 (or 0x490576) is unknown color: approx Indigo. HEX triplet: 49, 05 and 76. RGB value is (73,5,118). Sum of RGB (Red+Green+Blue) = 73+5+118=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #490576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490576 is #B6FA89. Grayscale: #252525. Windows color (decimal): -11991690 or 7734601. OLE color: 7734601.

HSL color Cylindrical-coordinate representation of color #490576: hue angle of 276.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490576 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB735118-
CMYK0.380.9600.54
HSL276.11º91.87%24.12%-
HSV(B)276.11º95.76%46.27%-
XYZ6.072.8317.37-
YUV38.21173.03152.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=37.24%
G=2.55%
B=60.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7351180.380.9600.54276.1191.8724.12
Hex4957626600361145c18
Octal11151664614006642413430
Binary1001001101111011010011011000000110110100010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490576; }

 p { color: rgb(73,5,118); }

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

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

 a { background-color: rgb(73,5,118); }

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

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

 span { border-color: rgb(73,5,118); }

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