#421E45

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

Shades of Mardi Gras #421E45

Tints of Mardi Gras #421E45

Color information

#421E45 (or 0x421E45) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 45. RGB value is (66,30,69). Sum of RGB (Red+Green+Blue) = 66+30+69=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #421E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E45 is #BDE1BA. Grayscale: #2D2D2D. Windows color (decimal): -12444091 or 4529730. OLE color: 4529730.

HSL color Cylindrical-coordinate representation of color #421E45: hue angle of 295.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #421E45 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB663069-
CMYK0.040.5700.73
HSL295.38º39.39%19.41%-
HSV(B)295.38º56.52%27.06%-
XYZ3.792.525.92-
YUV45.21141.43142.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=40%
G=18.18%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6630690.040.5700.73295.3839.3919.41
Hex421E454390491272713
Octal1023610547101114474723
Binary10000101111010001011001110010100100110010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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