#402040

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

Shades of Mardi Gras #402040

Tints of Mardi Gras #402040

Color information

#402040 (or 0x402040) is unknown color: approx Mardi Gras. HEX triplet: 40, 20 and 40. RGB value is (64,32,64). Sum of RGB (Red+Green+Blue) = 64+32+64=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402040 is #BFDFBF. Grayscale: #2D2D2D. Windows color (decimal): -12574656 or 4202560. OLE color: 4202560.

HSL color Cylindrical-coordinate representation of color #402040: hue angle of 300º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402040 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB643264-
CMYK00.5000.75
HSL300º33.33%18.82%-
HSV(B)300º50%25.1%-
XYZ3.562.495.14-
YUV45.22138.6141.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64326400.5000.7530033.3318.82
Hex40204003204B12c2113
Octal1004010006201134544123
Binary1000000100000100000001100100100101110010110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402040; }

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

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

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

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

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

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

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

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