#491576

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

Shades of Indigo #491576

Tints of Indigo #491576

Color information

#491576 (or 0x491576) is unknown color: approx Indigo. HEX triplet: 49, 15 and 76. RGB value is (73,21,118). Sum of RGB (Red+Green+Blue) = 73+21+118=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #491576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491576 is #B6EA89. Grayscale: #2F2F2F. Windows color (decimal): -11987594 or 7738697. OLE color: 7738697.

HSL color Cylindrical-coordinate representation of color #491576: hue angle of 272.16º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491576 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7321118-
CMYK0.380.8200.54
HSL272.16º69.78%27.25%-
HSV(B)272.16º82.2%46.27%-
XYZ6.293.2617.44-
YUV47.61167.73146.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=34.43%
G=9.91%
B=55.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73211180.380.8200.54272.1669.7827.25
Hex4915762652036110461b
Octal111251664612206642010633
Binary100100110101111011010011010100100110110100010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491576; }

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

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

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

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

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

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

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

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