#490D65

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

Shades of Indigo #490D65

Tints of Indigo #490D65

Color information

#490D65 (or 0x490D65) is unknown color: approx Indigo. HEX triplet: 49, 0D and 65. RGB value is (73,13,101). Sum of RGB (Red+Green+Blue) = 73+13+101=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #490D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D65 is #B6F29A. Grayscale: #282828. Windows color (decimal): -11989659 or 6622537. OLE color: 6622537.

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

Color convert

RGB7313101-
CMYK0.280.8700.60
HSL280.91º77.19%22.35%-
HSV(B)280.91º87.13%39.61%-
XYZ5.242.6412.55-
YUV40.97161.88150.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=39.04%
G=6.95%
B=54.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73131010.280.8700.60280.9177.1922.35
Hex49D651C5703C1194d16
Octal111151453412707443111526
Binary1001001110111001011110010101110111100100011001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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