#490C6D

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

Shades of Indigo #490C6D

Tints of Indigo #490C6D

Color information

#490C6D (or 0x490C6D) is unknown color: approx Indigo. HEX triplet: 49, 0C and 6D. RGB value is (73,12,109). Sum of RGB (Red+Green+Blue) = 73+12+109=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #490C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C6D is #B6F392. Grayscale: #282828. Windows color (decimal): -11989907 or 7146569. OLE color: 7146569.

HSL color Cylindrical-coordinate representation of color #490C6D: hue angle of 277.73º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490C6D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7312109-
CMYK0.330.8900.57
HSL277.73º80.17%23.73%-
HSV(B)277.73º88.99%42.75%-
XYZ5.642.7814.71-
YUV41.3166.21150.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=37.63%
G=6.19%
B=56.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73121090.330.8900.57277.7380.1723.73
Hex49C6D21590391165018
Octal111141554113107142612030
Binary10010011100110110110000110110010111001100010110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,109); }

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

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

 a { background-color: rgb(73,12,109); }

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

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

 span { border-color: rgb(73,12,109); }

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