#402044

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

Shades of Mardi Gras #402044

Tints of Mardi Gras #402044

Color information

#402044 (or 0x402044) is unknown color: approx Mardi Gras. HEX triplet: 40, 20 and 44. RGB value is (64,32,68). Sum of RGB (Red+Green+Blue) = 64+32+68=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #402044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402044 is #BFDFBB. Grayscale: #2D2D2D. Windows color (decimal): -12574652 or 4464704. OLE color: 4464704.

HSL color Cylindrical-coordinate representation of color #402044: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #402044 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB643268-
CMYK0.060.5300.73
HSL293.33º36%19.61%-
HSV(B)293.33º52.94%26.67%-
XYZ3.672.545.77-
YUV45.67140.6141.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=39.02%
G=19.51%
B=41.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6432680.060.5300.73293.333619.61
Hex4020446350491252414
Octal1004010466501114454424
Binary100000010000010001001101101010100100110010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402044; }

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

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

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

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

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

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

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

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