#3F1554

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

Shades of Scarlet Gum #3F1554

Tints of Scarlet Gum #3F1554

Color information

#3F1554 (or 0x3F1554) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 15 and 54. RGB value is (63,21,84). Sum of RGB (Red+Green+Blue) = 63+21+84=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1554 is #C0EAAB. Grayscale: #282828. Windows color (decimal): -12642988 or 5510463. OLE color: 5510463.

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

Color convert

RGB632184-
CMYK0.250.7500.67
HSL280º60%20.59%-
HSV(B)280º75%32.94%-
XYZ3.922.238.61-
YUV40.74152.41143.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 84 (33.20% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6321840.250.7500.672806020.59
Hex3F1554194B0431183c15
Octal77251243111301034307425
Binary1111111010110101001100110010110100001110001100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,84); }

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

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

 a { background-color: rgb(63,21,84); }

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

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

 span { border-color: rgb(63,21,84); }

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