#3F1755

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

Shades of Scarlet Gum #3F1755

Tints of Scarlet Gum #3F1755

Color information

#3F1755 (or 0x3F1755) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 17 and 55. RGB value is (63,23,85). Sum of RGB (Red+Green+Blue) = 63+23+85=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1755 is #C0E8AA. Grayscale: #292929. Windows color (decimal): -12642475 or 5576511. OLE color: 5576511.

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

Color convert

RGB632385-
CMYK0.260.7300.67
HSL278.71º57.41%21.18%-
HSV(B)278.71º72.94%33.33%-
XYZ42.338.83-
YUV42.03152.25142.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.84%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=36.84%
G=13.45%
B=49.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6323850.260.7300.67278.7157.4121.18
Hex3F17551A490431173915
Octal77271253211101034277125
Binary1111111011110101011101010010010100001110001011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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