#491169

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

Shades of Indigo #491169

Tints of Indigo #491169

Color information

#491169 (or 0x491169) is unknown color: approx Indigo. HEX triplet: 49, 11 and 69. RGB value is (73,17,105). Sum of RGB (Red+Green+Blue) = 73+17+105=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #491169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491169 is #B6EE96. Grayscale: #2B2B2B. Windows color (decimal): -11988631 or 6885705. OLE color: 6885705.

HSL color Cylindrical-coordinate representation of color #491169: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491169 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7317105-
CMYK0.300.8400.59
HSL278.18º72.13%23.92%-
HSV(B)278.18º83.81%41.18%-
XYZ5.52.8413.62-
YUV43.78162.55148.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=37.44%
G=8.72%
B=53.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73171050.300.8400.59278.1872.1323.92
Hex4911691E5403B1164818
Octal111211513612407342611030
Binary10010011000111010011111010101000111011100010110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491169; }

 p { color: rgb(73,17,105); }

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

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

 a { background-color: rgb(73,17,105); }

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

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

 span { border-color: rgb(73,17,105); }

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