#490364

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

Shades of Indigo #490364

Tints of Indigo #490364

Color information

#490364 (or 0x490364) is unknown color: approx Indigo. HEX triplet: 49, 03 and 64. RGB value is (73,3,100). Sum of RGB (Red+Green+Blue) = 73+3+100=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #490364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490364 is #B6FC9B. Grayscale: #222222. Windows color (decimal): -11992220 or 6554441. OLE color: 6554441.

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

Color convert

RGB733100-
CMYK0.270.9700.61
HSL283.3º94.17%20.2%-
HSV(B)283.3º97%39.22%-
XYZ5.082.412.25-
YUV34.99164.69155.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 100 (39.45% from 255) = 56.82%
R=41.48%
G=1.70%
B=56.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7331000.270.9700.61283.394.1720.2
Hex493641B6103D11b5e14
Octal11131443314107543313624
Binary10010011111001001101111000010111101100011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490364; }

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

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

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

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

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

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

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

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