#3F1356

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

Shades of Scarlet Gum #3F1356

Tints of Scarlet Gum #3F1356

Color information

#3F1356 (or 0x3F1356) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 13 and 56. RGB value is (63,19,86). Sum of RGB (Red+Green+Blue) = 63+19+86=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F1356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1356 is #C0ECA9. Grayscale: #272727. Windows color (decimal): -12643498 or 5641023. OLE color: 5641023.

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

Color convert

RGB631986-
CMYK0.270.7800.66
HSL279.4º63.81%20.59%-
HSV(B)279.4º77.91%33.73%-
XYZ3.962.199.02-
YUV39.79154.08144.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=37.5%
G=11.31%
B=51.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6319860.270.7800.66279.463.8120.59
Hex3F13561B4E0421174015
Octal772312633116010242710025
Binary11111110011101011011011100111001000010100010111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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