#421E43

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

Shades of Mardi Gras #421E43

Tints of Mardi Gras #421E43

Color information

#421E43 (or 0x421E43) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 43. RGB value is (66,30,67). Sum of RGB (Red+Green+Blue) = 66+30+67=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #421E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E43 is #BDE1BC. Grayscale: #2C2C2C. Windows color (decimal): -12444093 or 4398658. OLE color: 4398658.

HSL color Cylindrical-coordinate representation of color #421E43: hue angle of 298.38º 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 #421E43 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB663067-
CMYK0.010.5500.74
HSL298.38º38.14%19.02%-
HSV(B)298.38º55.22%26.27%-
XYZ3.722.495.59-
YUV44.98140.43142.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=40.49%
G=18.40%
B=41.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6630670.010.5500.74298.3838.1419.02
Hex421E4313704A12a2613
Octal1023610316701124524623
Binary100001011110100001111101110100101010010101010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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