#3F1159

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

Shades of Scarlet Gum #3F1159

Tints of Scarlet Gum #3F1159

Color information

#3F1159 (or 0x3F1159) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 11 and 59. RGB value is (63,17,89). Sum of RGB (Red+Green+Blue) = 63+17+89=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1159 is #C0EEA6. Grayscale: #262626. Windows color (decimal): -12644007 or 5837119. OLE color: 5837119.

HSL color Cylindrical-coordinate representation of color #3F1159: hue angle of 278.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1159 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB631789-
CMYK0.290.8100.65
HSL278.33º67.92%20.78%-
HSV(B)278.33º80.9%34.9%-
XYZ4.052.189.66-
YUV38.96156.24145.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=37.28%
G=10.06%
B=52.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6317890.290.8100.65278.3367.9220.78
Hex3F11591D510411164415
Octal772113135121010142610425
Binary11111110001101100111101101000101000001100010110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,89); }

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

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

 a { background-color: rgb(63,17,89); }

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

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

 span { border-color: rgb(63,17,89); }

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