#492161

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

Shades of Scarlet Gum #492161

Tints of Scarlet Gum #492161

Color information

#492161 (or 0x492161) is unknown color: approx Scarlet Gum. HEX triplet: 49, 21 and 61. RGB value is (73,33,97). Sum of RGB (Red+Green+Blue) = 73+33+97=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #492161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492161 is #B6DE9E. Grayscale: #343434. Windows color (decimal): -11984543 or 6365513. OLE color: 6365513.

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

Color convert

RGB733397-
CMYK0.250.6600.62
HSL277.5º49.23%25.49%-
HSV(B)277.5º65.98%38.04%-
XYZ5.453.3711.67-
YUV52.26153.25142.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=35.96%
G=16.26%
B=47.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7333970.250.6600.62277.549.2325.49
Hex492161194203E1163119
Octal11141141311020764266131
Binary10010011000011100001110011000010011111010001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492161; }

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

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

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

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

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

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

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

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