#411449

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

Shades of Mardi Gras #411449

Tints of Mardi Gras #411449

Color information

#411449 (or 0x411449) is unknown color: approx Mardi Gras. HEX triplet: 41, 14 and 49. RGB value is (65,20,73). Sum of RGB (Red+Green+Blue) = 65+20+73=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #411449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411449 is #BEEBB6. Grayscale: #272727. Windows color (decimal): -12512183 or 4789313. OLE color: 4789313.

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

Color convert

RGB652073-
CMYK0.110.7300.71
HSL290.94º56.99%18.24%-
HSV(B)290.94º72.6%28.63%-
XYZ3.632.116.52-
YUV39.5146.91146.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=41.14%
G=12.66%
B=46.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6520730.110.7300.71290.9456.9918.24
Hex411449B490471233912
Octal101241111311101074437122
Binary1000001101001001001101110010010100011110010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411449; }

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

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

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

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

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

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

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

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