#3E1554

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

Shades of Scarlet Gum #3E1554

Tints of Scarlet Gum #3E1554

Color information

#3E1554 (or 0x3E1554) is unknown color: approx Scarlet Gum. HEX triplet: 3E, 15 and 54. RGB value is (62,21,84). Sum of RGB (Red+Green+Blue) = 62+21+84=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1554 is #C1EAAB. Grayscale: #282828. Windows color (decimal): -12708524 or 5510462. OLE color: 5510462.

HSL color Cylindrical-coordinate representation of color #3E1554: hue angle of 279.05º 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 #3E1554 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB622184-
CMYK0.260.7500.67
HSL279.05º60%20.59%-
HSV(B)279.05º75%32.94%-
XYZ3.862.28.61-
YUV40.44152.58143.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=37.13%
G=12.57%
B=50.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6221840.260.7500.67279.056020.59
Hex3E15541A4B0431173c15
Octal76251243211301034277425
Binary1111101010110101001101010010110100001110001011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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