#401B47

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

Shades of Mardi Gras #401B47

Tints of Mardi Gras #401B47

Color information

#401B47 (or 0x401B47) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 47. RGB value is (64,27,71). Sum of RGB (Red+Green+Blue) = 64+27+71=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #401B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B47 is #BFE4B8. Grayscale: #2A2A2A. Windows color (decimal): -12575929 or 4660032. OLE color: 4660032.

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

Color convert

RGB642771-
CMYK0.100.6200.72
HSL290.45º44.9%19.22%-
HSV(B)290.45º61.97%27.84%-
XYZ3.642.336.22-
YUV43.08143.76142.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=39.51%
G=16.67%
B=43.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6427710.100.6200.72290.4544.919.22
Hex401B47A3E0481222d13
Octal10033107127601104425523
Binary100000011011100011110101111100100100010010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B47; }

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

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

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

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

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

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

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

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