#411249

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

Shades of Mardi Gras #411249

Tints of Mardi Gras #411249

Color information

#411249 (or 0x411249) is unknown color: approx Mardi Gras. HEX triplet: 41, 12 and 49. RGB value is (65,18,73). Sum of RGB (Red+Green+Blue) = 65+18+73=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #411249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411249 is #BEEDB6. Grayscale: #262626. Windows color (decimal): -12512695 or 4788801. OLE color: 4788801.

HSL color Cylindrical-coordinate representation of color #411249: hue angle of 291.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411249 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB651873-
CMYK0.110.7500.71
HSL291.27º60.44%17.84%-
HSV(B)291.27º75.34%28.63%-
XYZ3.62.046.51-
YUV38.32147.57147.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=41.67%
G=11.54%
B=46.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6518730.110.7500.71291.2760.4417.84
Hex411249B4B0471233c12
Octal101221111311301074437422
Binary1000001100101001001101110010110100011110010001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411249; }

 p { color: rgb(65,18,73); }

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

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

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

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

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

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

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