Html Css Color HEX #3E2040 Mardi Gras

📋 copy color: '#3E2040'

red 62 ◦ green 32 ◦ blue 64

#3E2040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3E2040

Tints of Mardi Gras #3E2040

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 value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E2040 (or 0x3E2040) is known color: 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

RGB 62 32 64 -
CMYK 0.03 0.50 0 0.75
HSL 296.25º 0.33% 0.19% -
HSV(B) 296.25º 0.5% 0.25% -
XYZ 3.43 2.43 5.14 -
YUV 44.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 62 32 64 0.03 0.50 0 0.75 296.25 0.33 0.19
Hex 3E 20 40 3 32 0 4B 128 21 13
Octal 76 40 100 3 62 0 113 450 41 23
Binary 111110 100000 1000000 11 110010 0 1001011 100101000 100001 10011

Color Harmonies of #3E2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2040

Black with #3E2040

Text Example


Text Example

White with #3E2040

Text Example


Text Example

HTML Codes & Css Web 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>