#3F1756

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

Shades of Scarlet Gum #3F1756

Tints of Scarlet Gum #3F1756

Color information

#3F1756 (or 0x3F1756) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 17 and 56. RGB value is (63,23,86). Sum of RGB (Red+Green+Blue) = 63+23+86=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F1756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1756 is #C0E8A9. Grayscale: #292929. Windows color (decimal): -12642474 or 5642047. OLE color: 5642047.

HSL color Cylindrical-coordinate representation of color #3F1756: hue angle of 278.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1756 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB632386-
CMYK0.270.7300.66
HSL278.1º57.8%21.37%-
HSV(B)278.1º73.26%33.73%-
XYZ4.042.349.04-
YUV42.14152.75142.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 86 (33.98% from 255) = 50%
R=36.63%
G=13.37%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6323860.270.7300.66278.157.821.37
Hex3F17561B490421163a15
Octal77271263311101024267225
Binary1111111011110101101101110010010100001010001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1756; }

 p { color: rgb(63,23,86); }

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

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

 a { background-color: rgb(63,23,86); }

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

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

 span { border-color: rgb(63,23,86); }

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