#411E44

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

Shades of Mardi Gras #411E44

Tints of Mardi Gras #411E44

Color information

#411E44 (or 0x411E44) is unknown color: approx Mardi Gras. HEX triplet: 41, 1E and 44. RGB value is (65,30,68). Sum of RGB (Red+Green+Blue) = 65+30+68=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #411E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E44 is #BEE1BB. Grayscale: #2C2C2C. Windows color (decimal): -12509628 or 4464193. OLE color: 4464193.

HSL color Cylindrical-coordinate representation of color #411E44: hue angle of 295.26º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #411E44 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB653068-
CMYK0.040.5600.73
HSL295.26º38.78%19.22%-
HSV(B)295.26º55.88%26.67%-
XYZ3.692.475.75-
YUV44.8141.1142.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=39.88%
G=18.40%
B=41.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6530680.040.5600.73295.2638.7819.22
Hex411E444380491272713
Octal1013610447001114474723
Binary10000011111010001001001110000100100110010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E44; }

 p { color: rgb(65,30,68); }

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

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

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

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

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

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

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