#41043E

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

Shades of Mardi Gras #41043E

Tints of Mardi Gras #41043E

Color information

#41043E (or 0x41043E) is unknown color: approx Mardi Gras. HEX triplet: 41, 04 and 3E. RGB value is (65,4,62). Sum of RGB (Red+Green+Blue) = 65+4+62=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41043E is #BEFBC1. Grayscale: #1C1C1C. Windows color (decimal): -12516290 or 4064321. OLE color: 4064321.

HSL color Cylindrical-coordinate representation of color #41043E: hue angle of 302.95º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41043E is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB65462-
CMYK00.940.050.75
HSL302.95º88.41%13.53%-
HSV(B)302.95º93.85%25.49%-
XYZ3.091.564.7-
YUV28.85146.71153.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=49.62%
G=3.05%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6546200.940.050.75302.9588.4113.53
Hex4143E05E54B12f58e
Octal1014760136511345713016
Binary100000110011111001011110101100101110010111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41043E; }

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

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

<style>
 a { background-color: #41043E; }

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

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

<style>
 span { border-color: #41043E; }

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

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