#3E1557

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

Shades of Scarlet Gum #3E1557

Tints of Scarlet Gum #3E1557

Color information

#3E1557 (or 0x3E1557) is unknown color: approx Scarlet Gum. HEX triplet: 3E, 15 and 57. RGB value is (62,21,87). Sum of RGB (Red+Green+Blue) = 62+21+87=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E1557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1557 is #C1EAA8. Grayscale: #282828. Windows color (decimal): -12708521 or 5707070. OLE color: 5707070.

HSL color Cylindrical-coordinate representation of color #3E1557: hue angle of 277.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1557 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB622187-
CMYK0.290.7600.66
HSL277.27º61.11%21.18%-
HSV(B)277.27º75.86%34.12%-
XYZ3.982.259.24-
YUV40.78154.08143.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.47%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 87 (34.38% from 255) = 51.18%
R=36.47%
G=12.35%
B=51.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6221870.290.7600.66277.2761.1121.18
Hex3E15571D4C0421153d15
Octal76251273511401024257525
Binary1111101010110101111110110011000100001010001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,87); }

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

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

 a { background-color: rgb(62,21,87); }

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

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

 span { border-color: rgb(62,21,87); }

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