#401943

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

Shades of Mardi Gras #401943

Tints of Mardi Gras #401943

Color information

#401943 (or 0x401943) is unknown color: approx Mardi Gras. HEX triplet: 40, 19 and 43. RGB value is (64,25,67). Sum of RGB (Red+Green+Blue) = 64+25+67=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 67 - color contains mainly: blue. Hex color #401943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401943 is #BFE6BC. Grayscale: #292929. Windows color (decimal): -12576445 or 4397376. OLE color: 4397376.

HSL color Cylindrical-coordinate representation of color #401943: hue angle of 295.71º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #401943 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB642567-
CMYK0.040.6300.74
HSL295.71º45.65%18.04%-
HSV(B)295.71º62.69%26.27%-
XYZ3.482.195.55-
YUV41.45142.42144.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=41.03%
G=16.03%
B=42.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6425670.040.6300.74295.7145.6518.04
Hex40194343F04A1282e12
Octal1003110347701124505622
Binary10000001100110000111001111110100101010010100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401943; }

 p { color: rgb(64,25,67); }

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

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

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

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

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

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

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