#3F174E

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

Shades of Scarlet Gum #3F174E

Tints of Scarlet Gum #3F174E

Color information

#3F174E (or 0x3F174E) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 17 and 4E. RGB value is (63,23,78). Sum of RGB (Red+Green+Blue) = 63+23+78=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F174E is #C0E8B1. Grayscale: #292929. Windows color (decimal): -12642482 or 5117759. OLE color: 5117759.

HSL color Cylindrical-coordinate representation of color #3F174E: hue angle of 283.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F174E is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB632378-
CMYK0.190.7100.69
HSL283.64º54.46%19.8%-
HSV(B)283.64º70.51%30.59%-
XYZ3.732.227.44-
YUV41.23148.75143.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=38.41%
G=14.02%
B=47.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6323780.190.7100.69283.6454.4619.8
Hex3F174E134704511c3614
Octal77271162310701054346624
Binary1111111011110011101001110001110100010110001110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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