#491271

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

Shades of Indigo #491271

Tints of Indigo #491271

Color information

#491271 (or 0x491271) is unknown color: approx Indigo. HEX triplet: 49, 12 and 71. RGB value is (73,18,113). Sum of RGB (Red+Green+Blue) = 73+18+113=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #491271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491271 is #B6ED8E. Grayscale: #2C2C2C. Windows color (decimal): -11988367 or 7410249. OLE color: 7410249.

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

Color convert

RGB7318113-
CMYK0.350.8400.56
HSL274.74º72.52%25.69%-
HSV(B)274.74º84.07%44.31%-
XYZ5.943.0415.9-
YUV45.28166.22147.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=35.78%
G=8.82%
B=55.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73181130.350.8400.56274.7472.5225.69
Hex4912712354038113491a
Octal111221614312407042311132
Binary100100110010111000110001110101000111000100010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491271; }

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

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

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

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

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

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

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

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