#421E40

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

Shades of Mardi Gras #421E40

Tints of Mardi Gras #421E40

Color information

#421E40 (or 0x421E40) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 40. RGB value is (66,30,64). Sum of RGB (Red+Green+Blue) = 66+30+64=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #421E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E40 is #BDE1BF. Grayscale: #2C2C2C. Windows color (decimal): -12444096 or 4202050. OLE color: 4202050.

HSL color Cylindrical-coordinate representation of color #421E40: hue angle of 303.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E40 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB663064-
CMYK00.550.030.74
HSL303.33º37.5%18.82%-
HSV(B)303.33º54.55%25.88%-
XYZ3.642.465.13-
YUV44.64138.93143.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 64 (25.39% from 255) = 40%
R=41.25%
G=18.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66306400.550.030.74303.3337.518.82
Hex421E4003734A12f2613
Octal1023610006731124574623
Binary1000010111101000000011011111100101010010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E40; }

 p { color: rgb(66,30,64); }

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

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

 a { background-color: rgb(66,30,64); }

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

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

 span { border-color: rgb(66,30,64); }

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