#490A66

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

Shades of Indigo #490A66

Tints of Indigo #490A66

Color information

#490A66 (or 0x490A66) is unknown color: approx Indigo. HEX triplet: 49, 0A and 66. RGB value is (73,10,102). Sum of RGB (Red+Green+Blue) = 73+10+102=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #490A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A66 is #B6F599. Grayscale: #272727. Windows color (decimal): -11990426 or 6687305. OLE color: 6687305.

HSL color Cylindrical-coordinate representation of color #490A66: hue angle of 281.09º 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 #490A66 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7310102-
CMYK0.280.9000.6
HSL281.09º82.14%21.96%-
HSV(B)281.09º90.2%40%-
XYZ5.252.5912.79-
YUV39.32163.37152.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=39.46%
G=5.41%
B=55.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73101020.280.9000.6281.0982.1421.96
Hex49A661C5A03C1195216
Octal111121463413207443112226
Binary1001001101011001101110010110100111100100011001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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