#491396

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

Shades of Indigo #491396

Tints of Indigo #491396

Color information

#491396 (or 0x491396) is unknown color: approx Indigo. HEX triplet: 49, 13 and 96. RGB value is (73,19,150). Sum of RGB (Red+Green+Blue) = 73+19+150=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #491396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491396 is #B6EC69. Grayscale: #313131. Windows color (decimal): -11988074 or 9835337. OLE color: 9835337.

HSL color Cylindrical-coordinate representation of color #491396: hue angle of 264.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491396 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7319150-
CMYK0.510.8700.41
HSL264.73º77.51%33.14%-
HSV(B)264.73º87.33%58.82%-
XYZ8.494.0829.2-
YUV50.08184.39144.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=30.17%
G=7.85%
B=61.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73191500.510.8700.41264.7377.5133.14
Hex49139633570291094e21
Octal111232266312705141111641
Binary10010011001110010110110011101011101010011000010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491396; }

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

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

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

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

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

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

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

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