#401C41

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

Shades of Mardi Gras #401C41

Tints of Mardi Gras #401C41

Color information

#401C41 (or 0x401C41) is unknown color: approx Mardi Gras. HEX triplet: 40, 1C and 41. RGB value is (64,28,65). Sum of RGB (Red+Green+Blue) = 64+28+65=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #401C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C41 is #BFE3BE. Grayscale: #2A2A2A. Windows color (decimal): -12575679 or 4267072. OLE color: 4267072.

HSL color Cylindrical-coordinate representation of color #401C41: hue angle of 298.38º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #401C41 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB642865-
CMYK0.020.5700.75
HSL298.38º39.78%18.24%-
HSV(B)298.38º56.92%25.49%-
XYZ3.482.35.26-
YUV42.98140.43142.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=40.76%
G=17.83%
B=41.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6428650.020.5700.75298.3839.7818.24
Hex401C4123904B12a2812
Octal1003410127101134525022
Binary1000000111001000001101110010100101110010101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C41; }

 p { color: rgb(64,28,65); }

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

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

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

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

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

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

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