#3F1157

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

Shades of Scarlet Gum #3F1157

Tints of Scarlet Gum #3F1157

Color information

#3F1157 (or 0x3F1157) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 11 and 57. RGB value is (63,17,87). Sum of RGB (Red+Green+Blue) = 63+17+87=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F1157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1157 is #C0EEA8. Grayscale: #262626. Windows color (decimal): -12644009 or 5706047. OLE color: 5706047.

HSL color Cylindrical-coordinate representation of color #3F1157: hue angle of 279.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F1157 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB631787-
CMYK0.280.8000.66
HSL279.43º67.31%20.39%-
HSV(B)279.43º80.46%34.12%-
XYZ3.972.159.22-
YUV38.73155.24145.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=37.72%
G=10.18%
B=52.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6317870.280.8000.66279.4367.3120.39
Hex3F11571C500421174314
Octal772112734120010242710324
Binary11111110001101011111100101000001000010100010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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