#401548

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

Shades of Mardi Gras #401548

Tints of Mardi Gras #401548

Color information

#401548 (or 0x401548) is unknown color: approx Mardi Gras. HEX triplet: 40, 15 and 48. RGB value is (64,21,72). Sum of RGB (Red+Green+Blue) = 64+21+72=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #401548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401548 is #BFEAB7. Grayscale: #272727. Windows color (decimal): -12577464 or 4724032. OLE color: 4724032.

HSL color Cylindrical-coordinate representation of color #401548: hue angle of 290.59º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401548 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB642172-
CMYK0.110.7100.72
HSL290.59º54.84%18.24%-
HSV(B)290.59º70.83%28.24%-
XYZ3.552.096.35-
YUV39.67146.25145.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=40.76%
G=13.38%
B=45.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6421720.110.7100.72290.5954.8418.24
Hex401548B470481233712
Octal100251101310701104436722
Binary1000000101011001000101110001110100100010010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401548; }

 p { color: rgb(64,21,72); }

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

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

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

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

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

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

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