#491371

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

Shades of Indigo #491371

Tints of Indigo #491371

Color information

#491371 (or 0x491371) is unknown color: approx Indigo. HEX triplet: 49, 13 and 71. RGB value is (73,19,113). Sum of RGB (Red+Green+Blue) = 73+19+113=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #491371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491371 is #B6EC8E. Grayscale: #2D2D2D. Windows color (decimal): -11988111 or 7410505. OLE color: 7410505.

HSL color Cylindrical-coordinate representation of color #491371: hue angle of 274.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491371 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7319113-
CMYK0.350.8300.56
HSL274.47º71.21%25.88%-
HSV(B)274.47º83.19%44.31%-
XYZ5.963.0715.9-
YUV45.86165.89147.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=35.61%
G=9.27%
B=55.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73191130.350.8300.56274.4771.2125.88
Hex4913712353038112471a
Octal111231614312307042210732
Binary100100110011111000110001110100110111000100010010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491371; }

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

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

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

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

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

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

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

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