#401247

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

Shades of Mardi Gras #401247

Tints of Mardi Gras #401247

Color information

#401247 (or 0x401247) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 47. RGB value is (64,18,71). Sum of RGB (Red+Green+Blue) = 64+18+71=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #401247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401247 is #BFEDB8. Grayscale: #252525. Windows color (decimal): -12578233 or 4657728. OLE color: 4657728.

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

Color convert

RGB641871-
CMYK0.100.7500.72
HSL292.08º59.55%17.45%-
HSV(B)292.08º74.65%27.84%-
XYZ3.471.986.16-
YUV37.8146.74146.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=41.83%
G=11.76%
B=46.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6418710.100.7500.72292.0859.5517.45
Hex401247A4B0481243c11
Octal100221071211301104447421
Binary1000000100101000111101010010110100100010010010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401247; }

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

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

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

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

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

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

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

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