#411044

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

Shades of Mardi Gras #411044

Tints of Mardi Gras #411044

Color information

#411044 (or 0x411044) is unknown color: approx Mardi Gras. HEX triplet: 41, 10 and 44. RGB value is (65,16,68). Sum of RGB (Red+Green+Blue) = 65+16+68=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #411044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411044 is #BEEFBB. Grayscale: #242424. Windows color (decimal): -12513212 or 4460609. OLE color: 4460609.

HSL color Cylindrical-coordinate representation of color #411044: hue angle of 296.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411044 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB651668-
CMYK0.040.7600.73
HSL296.54º61.9%16.47%-
HSV(B)296.54º76.47%26.67%-
XYZ3.411.915.66-
YUV36.58145.73148.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=43.62%
G=10.74%
B=45.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6516680.040.7600.73296.5461.916.47
Hex41104444C0491293e10
Octal10120104411401114517620
Binary100000110000100010010010011000100100110010100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411044; }

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

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

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

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

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

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

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

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