#490064

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

Shades of Indigo #490064

Tints of Indigo #490064

Color information

#490064 (or 0x490064) is unknown color: approx Indigo. HEX triplet: 49, 00 and 64. RGB value is (73,0,100). Sum of RGB (Red+Green+Blue) = 73+0+100=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #490064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490064 is #B6FF9B. Grayscale: #202020. Windows color (decimal): -11992988 or 6553673. OLE color: 6553673.

HSL color Cylindrical-coordinate representation of color #490064: hue angle of 283.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490064 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB730100-
CMYK0.27100.61
HSL283.8º100%19.61%-
HSV(B)283.8º100%39.22%-
XYZ5.052.3412.24-
YUV33.23165.68156.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=42.20%
G=0%
B=57.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7301000.27100.61283.810019.61
Hex490641B6403D11c6414
Octal11101443314407543414424
Binary1001001011001001101111001000111101100011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490064; }

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

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

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

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

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

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

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

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