#490A65

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

Shades of Indigo #490A65

Tints of Indigo #490A65

Color information

#490A65 (or 0x490A65) is unknown color: approx Indigo. HEX triplet: 49, 0A and 65. RGB value is (73,10,101). Sum of RGB (Red+Green+Blue) = 73+10+101=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #490A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A65 is #B6F59A. Grayscale: #262626. Windows color (decimal): -11990427 or 6621769. OLE color: 6621769.

HSL color Cylindrical-coordinate representation of color #490A65: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A65 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7310101-
CMYK0.280.9000.60
HSL281.54º81.98%21.76%-
HSV(B)281.54º90.1%39.61%-
XYZ5.212.5712.53-
YUV39.21162.87152.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 101 (39.84% from 255) = 54.89%
R=39.67%
G=5.43%
B=54.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101010.280.9000.60281.5481.9821.76
Hex49A651C5A03C11a5216
Octal111121453413207443212226
Binary1001001101011001011110010110100111100100011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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