#3E043A

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

Shades of Mardi Gras #3E043A

Tints of Mardi Gras #3E043A

Color information

#3E043A (or 0x3E043A) is unknown color: approx Mardi Gras. HEX triplet: 3E, 04 and 3A. RGB value is (62,4,58). Sum of RGB (Red+Green+Blue) = 62+4+58=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E043A is #C1FBC5. Grayscale: #1B1B1B. Windows color (decimal): -12712902 or 3802174. OLE color: 3802174.

HSL color Cylindrical-coordinate representation of color #3E043A: hue angle of 304.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E043A is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB62458-
CMYK00.940.060.76
HSL304.14º87.88%12.94%-
HSV(B)304.14º93.55%24.31%-
XYZ2.791.424.13-
YUV27.5145.22152.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=50%
G=3.23%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6245800.940.060.76304.1487.8812.94
Hex3E43A05E64C13058d
Octal764720136611446013015
Binary11111010011101001011110110100110010011000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,58); }

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

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

 a { background-color: rgb(62,4,58); }

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

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

 span { border-color: rgb(62,4,58); }

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