#401447

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

Shades of Mardi Gras #401447

Tints of Mardi Gras #401447

Color information

#401447 (or 0x401447) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 47. RGB value is (64,20,71). Sum of RGB (Red+Green+Blue) = 64+20+71=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #401447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401447 is #BFEBB8. Grayscale: #262626. Windows color (decimal): -12577721 or 4658240. OLE color: 4658240.

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

Color convert

RGB642071-
CMYK0.100.7200.72
HSL291.76º56.04%17.84%-
HSV(B)291.76º71.83%27.84%-
XYZ3.52.056.17-
YUV38.97146.08145.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=41.29%
G=12.90%
B=45.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6420710.100.7200.72291.7656.0417.84
Hex401447A480481243812
Octal100241071211001104447022
Binary1000000101001000111101010010000100100010010010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401447; }

 p { color: rgb(64,20,71); }

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

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

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

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

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

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

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