#3E0544

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

Shades of Mardi Gras #3E0544

Tints of Mardi Gras #3E0544

Color information

#3E0544 (or 0x3E0544) is unknown color: approx Mardi Gras. HEX triplet: 3E, 05 and 44. RGB value is (62,5,68). Sum of RGB (Red+Green+Blue) = 62+5+68=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0544 is #C1FABB. Grayscale: #1D1D1D. Windows color (decimal): -12712636 or 4457790. OLE color: 4457790.

HSL color Cylindrical-coordinate representation of color #3E0544: hue angle of 294.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0544 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62568-
CMYK0.090.9300.73
HSL294.29º86.3%14.31%-
HSV(B)294.29º92.65%26.67%-
XYZ3.081.555.61-
YUV29.22149.88151.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 68 (26.95% from 255) = 50.37%
R=45.93%
G=3.70%
B=50.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal625680.090.9300.73294.2986.314.31
Hex3E54495D04912656e
Octal76510411135011144612616
Binary1111101011000100100110111010100100110010011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,68); }

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

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

 a { background-color: rgb(62,5,68); }

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

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

 span { border-color: rgb(62,5,68); }

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