#401E45

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

Shades of Mardi Gras #401E45

Tints of Mardi Gras #401E45

Color information

#401E45 (or 0x401E45) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 45. RGB value is (64,30,69). Sum of RGB (Red+Green+Blue) = 64+30+69=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #401E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E45 is #BFE1BA. Grayscale: #2C2C2C. Windows color (decimal): -12575163 or 4529728. OLE color: 4529728.

HSL color Cylindrical-coordinate representation of color #401E45: hue angle of 292.31º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #401E45 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB643069-
CMYK0.070.5700.73
HSL292.31º39.39%19.41%-
HSV(B)292.31º56.52%27.06%-
XYZ3.652.455.91-
YUV44.61141.76141.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=39.26%
G=18.40%
B=42.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6430690.070.5700.73292.3139.3919.41
Hex401E457390491242713
Octal1003610577101114444723
Binary10000001111010001011111110010100100110010010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,69); }

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

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

 a { background-color: rgb(64,30,69); }

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

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

 span { border-color: rgb(64,30,69); }

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