#4F3161

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

Shades of Scarlet Gum #4F3161

Tints of Scarlet Gum #4F3161

Color information

#4F3161 (or 0x4F3161) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 31 and 61. RGB value is (79,49,97). Sum of RGB (Red+Green+Blue) = 79+49+97=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3161 is #B0CE9E. Grayscale: #3F3F3F. Windows color (decimal): -11587231 or 6369615. OLE color: 6369615.

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

Color convert

RGB794997-
CMYK0.190.4900.62
HSL277.5º32.88%28.63%-
HSV(B)277.5º49.48%38.04%-
XYZ6.484.7211.88-
YUV63.44146.94139.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=35.11%
G=21.78%
B=43.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7949970.190.4900.62277.532.8828.63
Hex4F3161133103E116211d
Octal1176114123610764264135
Binary1001111110001110000110011110001011111010001011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3161; }

 p { color: rgb(79,49,97); }

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

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

 a { background-color: rgb(79,49,97); }

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

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

 span { border-color: rgb(79,49,97); }

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