#491596

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

Shades of Indigo #491596

Tints of Indigo #491596

Color information

#491596 (or 0x491596) is unknown color: approx Indigo. HEX triplet: 49, 15 and 96. RGB value is (73,21,150). Sum of RGB (Red+Green+Blue) = 73+21+150=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #491596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491596 is #B6EA69. Grayscale: #323232. Windows color (decimal): -11987562 or 9835849. OLE color: 9835849.

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

Color convert

RGB7321150-
CMYK0.510.8600.41
HSL264.19º75.44%33.53%-
HSV(B)264.19º86%58.82%-
XYZ8.524.1529.21-
YUV51.25183.73143.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=29.92%
G=8.61%
B=61.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73211500.510.8600.41264.1975.4433.53
Hex49159633560291084b22
Octal111252266312605141011342
Binary10010011010110010110110011101011001010011000010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491596; }

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

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

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

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

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

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

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

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