#401E44

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

Shades of Mardi Gras #401E44

Tints of Mardi Gras #401E44

Color information

#401E44 (or 0x401E44) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 44. RGB value is (64,30,68). Sum of RGB (Red+Green+Blue) = 64+30+68=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #401E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E44 is #BFE1BB. Grayscale: #2C2C2C. Windows color (decimal): -12575164 or 4464192. OLE color: 4464192.

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

Color convert

RGB643068-
CMYK0.060.5600.73
HSL293.68º38.78%19.22%-
HSV(B)293.68º55.88%26.67%-
XYZ3.622.445.75-
YUV44.5141.26141.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=39.51%
G=18.52%
B=41.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6430680.060.5600.73293.6838.7819.22
Hex401E446380491262713
Octal1003610467001114464723
Binary10000001111010001001101110000100100110010011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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