#490A62

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

Shades of Indigo #490A62

Tints of Indigo #490A62

Color information

#490A62 (or 0x490A62) is unknown color: approx Indigo. HEX triplet: 49, 0A and 62. RGB value is (73,10,98). Sum of RGB (Red+Green+Blue) = 73+10+98=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #490A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A62 is #B6F59D. Grayscale: #262626. Windows color (decimal): -11990430 or 6425161. OLE color: 6425161.

HSL color Cylindrical-coordinate representation of color #490A62: hue angle of 282.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A62 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB731098-
CMYK0.260.9000.62
HSL282.95º81.48%21.18%-
HSV(B)282.95º89.8%38.43%-
XYZ5.062.5211.77-
YUV38.87161.37152.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=40.33%
G=5.52%
B=54.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7310980.260.9000.62282.9581.4821.18
Hex49A621A5A03E11b5115
Octal111121423213207643312125
Binary1001001101011000101101010110100111110100011011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490A62; }

 p { color: rgb(73,10,98); }

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

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

 a { background-color: rgb(73,10,98); }

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

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

 span { border-color: rgb(73,10,98); }

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