#491161

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

Shades of Scarlet Gum #491161

Tints of Scarlet Gum #491161

Color information

#491161 (or 0x491161) is unknown color: approx Scarlet Gum. HEX triplet: 49, 11 and 61. RGB value is (73,17,97). Sum of RGB (Red+Green+Blue) = 73+17+97=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #491161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491161 is #B6EE9E. Grayscale: #2A2A2A. Windows color (decimal): -11988639 or 6361417. OLE color: 6361417.

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

Color convert

RGB731797-
CMYK0.250.8200.62
HSL282º70.18%22.35%-
HSV(B)282º82.47%38.04%-
XYZ5.112.6811.56-
YUV42.86158.55149.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=39.04%
G=9.09%
B=51.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7317970.250.8200.6228270.1822.35
Hex491161195203E11a4616
Octal111211413112207643210626
Binary10010011000111000011100110100100111110100011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491161; }

 p { color: rgb(73,17,97); }

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

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

 a { background-color: rgb(73,17,97); }

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

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

 span { border-color: rgb(73,17,97); }

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