#3F1651

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

Shades of Scarlet Gum #3F1651

Tints of Scarlet Gum #3F1651

Color information

#3F1651 (or 0x3F1651) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 16 and 51. RGB value is (63,22,81). Sum of RGB (Red+Green+Blue) = 63+22+81=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1651 is #C0E9AE. Grayscale: #282828. Windows color (decimal): -12642735 or 5314111. OLE color: 5314111.

HSL color Cylindrical-coordinate representation of color #3F1651: hue angle of 281.69º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1651 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB632281-
CMYK0.220.7300.68
HSL281.69º57.28%20.2%-
HSV(B)281.69º72.84%31.76%-
XYZ3.822.228.01-
YUV40.98150.58143.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=37.95%
G=13.25%
B=48.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6322810.220.7300.68281.6957.2820.2
Hex3F1651164904411a3914
Octal77261212611101044327124
Binary1111111011010100011011010010010100010010001101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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