#491369

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

Shades of Indigo #491369

Tints of Indigo #491369

Color information

#491369 (or 0x491369) is unknown color: approx Indigo. HEX triplet: 49, 13 and 69. RGB value is (73,19,105). Sum of RGB (Red+Green+Blue) = 73+19+105=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #491369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491369 is #B6EC96. Grayscale: #2C2C2C. Windows color (decimal): -11988119 or 6886217. OLE color: 6886217.

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

Color convert

RGB7319105-
CMYK0.300.8200.59
HSL277.67º69.35%24.31%-
HSV(B)277.67º81.9%41.18%-
XYZ5.532.913.63-
YUV44.95161.89148.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=37.06%
G=9.64%
B=53.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73191050.300.8200.59277.6769.3524.31
Hex4913691E5203B1164518
Octal111231513612207342610530
Binary10010011001111010011111010100100111011100010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491369; }

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

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

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

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

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

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

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

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