#411941

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

Shades of Mardi Gras #411941

Tints of Mardi Gras #411941

Color information

#411941 (or 0x411941) is unknown color: approx Mardi Gras. HEX triplet: 41, 19 and 41. RGB value is (65,25,65). Sum of RGB (Red+Green+Blue) = 65+25+65=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411941 is #BEE6BE. Grayscale: #292929. Windows color (decimal): -12510911 or 4266305. OLE color: 4266305.

HSL color Cylindrical-coordinate representation of color #411941: hue angle of 300º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411941 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB652565-
CMYK00.6200.75
HSL300º44.44%17.65%-
HSV(B)300º61.54%25.49%-
XYZ3.482.25.24-
YUV41.52141.25144.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=41.94%
G=16.13%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65256500.6200.7530044.4417.65
Hex41194103E04B12c2c12
Octal1013110107601134545422
Binary100000111001100000101111100100101110010110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411941; }

 p { color: rgb(65,25,65); }

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

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

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

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

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

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

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