#3E0A42

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

Shades of Mardi Gras #3E0A42

Tints of Mardi Gras #3E0A42

Color information

#3E0A42 (or 0x3E0A42) is unknown color: approx Mardi Gras. HEX triplet: 3E, 0A and 42. RGB value is (62,10,66). Sum of RGB (Red+Green+Blue) = 62+10+66=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E0A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A42 is #C1F5BD. Grayscale: #1F1F1F. Windows color (decimal): -12711358 or 4327998. OLE color: 4327998.

HSL color Cylindrical-coordinate representation of color #3E0A42: hue angle of 295.71º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0A42 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB621066-
CMYK0.060.8500.74
HSL295.71º73.68%14.9%-
HSV(B)295.71º84.85%25.88%-
XYZ3.081.635.31-
YUV31.93147.23149.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=44.93%
G=7.25%
B=47.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6210660.060.8500.74295.7173.6814.9
Hex3EA4265504A1284af
Octal76121026125011245011217
Binary1111101010100001011010101010100101010010100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,10,66); }

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

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

 a { background-color: rgb(62,10,66); }

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

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

 span { border-color: rgb(62,10,66); }

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