#411549

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

Shades of Mardi Gras #411549

Tints of Mardi Gras #411549

Color information

#411549 (or 0x411549) is unknown color: approx Mardi Gras. HEX triplet: 41, 15 and 49. RGB value is (65,21,73). Sum of RGB (Red+Green+Blue) = 65+21+73=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #411549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411549 is #BEEAB6. Grayscale: #272727. Windows color (decimal): -12511927 or 4789569. OLE color: 4789569.

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

Color convert

RGB652173-
CMYK0.110.7100.71
HSL290.77º55.32%18.43%-
HSV(B)290.77º71.23%28.63%-
XYZ3.652.146.52-
YUV40.08146.58145.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=40.88%
G=13.21%
B=45.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6521730.110.7100.71290.7755.3218.43
Hex411549B470471233712
Octal101251111310701074436722
Binary1000001101011001001101110001110100011110010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411549; }

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

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

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

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

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

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

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

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