#491072

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

Shades of Indigo #491072

Tints of Indigo #491072

Color information

#491072 (or 0x491072) is unknown color: approx Indigo. HEX triplet: 49, 10 and 72. RGB value is (73,16,114). Sum of RGB (Red+Green+Blue) = 73+16+114=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #491072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491072 is #B6EF8D. Grayscale: #2B2B2B. Windows color (decimal): -11988878 or 7475273. OLE color: 7475273.

HSL color Cylindrical-coordinate representation of color #491072: hue angle of 274.9º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491072 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7316114-
CMYK0.360.8600.55
HSL274.9º75.38%25.49%-
HSV(B)274.9º85.96%44.71%-
XYZ5.97316.18-
YUV44.22167.38148.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=35.96%
G=7.88%
B=56.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73161140.360.8600.55274.975.3825.49
Hex49107224560371134b19
Octal111201624412606742311331
Binary100100110000111001010010010101100110111100010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491072; }

 p { color: rgb(73,16,114); }

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

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

 a { background-color: rgb(73,16,114); }

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

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

 span { border-color: rgb(73,16,114); }

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