#410241

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

Shades of Mardi Gras #410241

Tints of Mardi Gras #410241

Color information

#410241 (or 0x410241) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 41. RGB value is (65,2,65). Sum of RGB (Red+Green+Blue) = 65+2+65=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410241 is #BEFDBE. Grayscale: #1B1B1B. Windows color (decimal): -12516799 or 4260417. OLE color: 4260417.

HSL color Cylindrical-coordinate representation of color #410241: hue angle of 300º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410241 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65265-
CMYK00.9700.75
HSL300º94.03%13.14%-
HSV(B)300º96.92%25.49%-
XYZ3.161.555.13-
YUV28.02148.87154.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=49.24%
G=1.52%
B=49.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526500.9700.7530094.0313.14
Hex4124106104B12c5ed
Octal10121010141011345413615
Binary1000001101000001011000010100101110010110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410241; }

 p { color: rgb(65,2,65); }

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

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

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

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

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

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

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