#4F1961

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

Shades of Scarlet Gum #4F1961

Tints of Scarlet Gum #4F1961

Color information

#4F1961 (or 0x4F1961) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 19 and 61. RGB value is (79,25,97). Sum of RGB (Red+Green+Blue) = 79+25+97=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F1961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1961 is #B0E69E. Grayscale: #313131. Windows color (decimal): -11593375 or 6363471. OLE color: 6363471.

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

Color convert

RGB792597-
CMYK0.190.7400.62
HSL285º59.02%23.92%-
HSV(B)285º74.23%38.04%-
XYZ5.733.2211.63-
YUV49.35154.89149.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=39.30%
G=12.44%
B=48.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7925970.190.7400.6228559.0223.92
Hex4F1961134A03E11d3b18
Octal11731141231120764357330
Binary1001111110011100001100111001010011111010001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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