#490C6E

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

Shades of Indigo #490C6E

Tints of Indigo #490C6E

Color information

#490C6E (or 0x490C6E) is unknown color: approx Indigo. HEX triplet: 49, 0C and 6E. RGB value is (73,12,110). Sum of RGB (Red+Green+Blue) = 73+12+110=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #490C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C6E is #B6F391. Grayscale: #292929. Windows color (decimal): -11989906 or 7212105. OLE color: 7212105.

HSL color Cylindrical-coordinate representation of color #490C6E: hue angle of 277.35º 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 #490C6E is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7312110-
CMYK0.340.8900.57
HSL277.35º80.33%23.92%-
HSV(B)277.35º89.09%43.14%-
XYZ5.692.8114.99-
YUV41.41166.71150.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=37.44%
G=6.15%
B=56.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73121100.340.8900.57277.3580.3323.92
Hex49C6E22590391155018
Octal111141564213107142512030
Binary10010011100110111010001010110010111001100010101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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