#3E2040

Color #3E2040 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #3E2040

Tints of Mardi Gras #3E2040

Color information

#3E2040 (or 0x3E2040) is unknown color: approx Mardi Gras. HEX triplet: 3E, 20 and 40. RGB value is (62,32,64). Sum of RGB (Red+Green+Blue) = 62+32+64=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E2040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2040 is #C1DFBF. Grayscale: #2C2C2C. Windows color (decimal): -12705728 or 4202558. OLE color: 4202558.

HSL color Cylindrical-coordinate representation of color #3E2040: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E2040 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB623264-
CMYK0.030.5000.75
HSL296.25º33.33%18.82%-
HSV(B)296.25º50%25.1%-
XYZ3.432.435.14-
YUV44.62138.94140.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=39.24%
G=20.25%
B=40.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6232640.030.5000.75296.2533.3318.82
Hex3E204033204B1282113
Octal764010036201134504123
Binary1111101000001000000111100100100101110010100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,64); }

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

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

 a { background-color: rgb(62,32,64); }

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

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

 span { border-color: rgb(62,32,64); }

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