#401B44

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

Shades of Mardi Gras #401B44

Tints of Mardi Gras #401B44

Color information

#401B44 (or 0x401B44) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 44. RGB value is (64,27,68). Sum of RGB (Red+Green+Blue) = 64+27+68=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #401B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B44 is #BFE4BB. Grayscale: #2A2A2A. Windows color (decimal): -12575932 or 4463424. OLE color: 4463424.

HSL color Cylindrical-coordinate representation of color #401B44: hue angle of 294.15º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #401B44 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB642768-
CMYK0.060.6000.73
HSL294.15º43.16%18.63%-
HSV(B)294.15º60.29%26.67%-
XYZ3.552.295.72-
YUV42.74142.26143.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=40.25%
G=16.98%
B=42.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6427680.060.6000.73294.1543.1618.63
Hex401B4463C0491262b13
Octal1003310467401114465323
Binary10000001101110001001101111000100100110010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,27,68); }

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

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

 a { background-color: rgb(64,27,68); }

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

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

 span { border-color: rgb(64,27,68); }

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