#491E62

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

Shades of Scarlet Gum #491E62

Tints of Scarlet Gum #491E62

Color information

#491E62 (or 0x491E62) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1E and 62. RGB value is (73,30,98). Sum of RGB (Red+Green+Blue) = 73+30+98=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #491E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E62 is #B6E19D. Grayscale: #323232. Windows color (decimal): -11985310 or 6430281. OLE color: 6430281.

HSL color Cylindrical-coordinate representation of color #491E62: hue angle of 277.94º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #491E62 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB733098-
CMYK0.260.6900.62
HSL277.94º53.12%25.1%-
HSV(B)277.94º69.39%38.43%-
XYZ5.423.2311.89-
YUV50.61154.75143.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=36.32%
G=14.93%
B=48.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7330980.260.6900.62277.9453.1225.1
Hex491E621A4503E1163519
Octal11136142321050764266531
Binary1001001111101100010110101000101011111010001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E62; }

 p { color: rgb(73,30,98); }

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

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

 a { background-color: rgb(73,30,98); }

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

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

 span { border-color: rgb(73,30,98); }

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