#3F1655

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

Shades of Scarlet Gum #3F1655

Tints of Scarlet Gum #3F1655

Color information

#3F1655 (or 0x3F1655) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 16 and 55. RGB value is (63,22,85). Sum of RGB (Red+Green+Blue) = 63+22+85=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F1655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1655 is #C0E9AA. Grayscale: #292929. Windows color (decimal): -12642731 or 5576255. OLE color: 5576255.

HSL color Cylindrical-coordinate representation of color #3F1655: hue angle of 279.05º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1655 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB632285-
CMYK0.260.7400.67
HSL279.05º58.88%20.98%-
HSV(B)279.05º74.12%33.33%-
XYZ3.982.298.83-
YUV41.44152.58143.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 85 (33.59% from 255) = 50%
R=37.06%
G=12.94%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6322850.260.7400.67279.0558.8820.98
Hex3F16551A4A0431173b15
Octal77261253211201034277325
Binary1111111011010101011101010010100100001110001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,22,85); }

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

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

 a { background-color: rgb(63,22,85); }

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

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

 span { border-color: rgb(63,22,85); }

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