#3F0D57

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

Shades of Scarlet Gum #3F0D57

Tints of Scarlet Gum #3F0D57

Color information

#3F0D57 (or 0x3F0D57) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 0D and 57. RGB value is (63,13,87). Sum of RGB (Red+Green+Blue) = 63+13+87=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0D57 is #C0F2A8. Grayscale: #242424. Windows color (decimal): -12645033 or 5705023. OLE color: 5705023.

HSL color Cylindrical-coordinate representation of color #3F0D57: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F0D57 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB631387-
CMYK0.280.8500.66
HSL280.54º74%19.61%-
HSV(B)280.54º85.06%34.12%-
XYZ3.912.039.2-
YUV36.39156.56146.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=38.65%
G=7.98%
B=53.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6313870.280.8500.66280.547419.61
Hex3FD571C550421194a14
Octal771512734125010243111224
Binary1111111101101011111100101010101000010100011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,13,87); }

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

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

 a { background-color: rgb(63,13,87); }

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

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

 span { border-color: rgb(63,13,87); }

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