#420E49

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

Shades of Mardi Gras #420E49

Tints of Mardi Gras #420E49

Color information

#420E49 (or 0x420E49) is unknown color: approx Mardi Gras. HEX triplet: 42, 0E and 49. RGB value is (66,14,73). Sum of RGB (Red+Green+Blue) = 66+14+73=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #420E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E49 is #BDF1B6. Grayscale: #242424. Windows color (decimal): -12448183 or 4787778. OLE color: 4787778.

HSL color Cylindrical-coordinate representation of color #420E49: hue angle of 292.88º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420E49 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB661473-
CMYK0.100.8100.71
HSL292.88º67.82%17.06%-
HSV(B)292.88º80.82%28.63%-
XYZ3.611.956.49-
YUV36.27148.73149.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=43.14%
G=9.15%
B=47.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6614730.100.8100.71292.8867.8217.06
Hex42E49A510471254411
Octal1021611112121010744510421
Binary1000010111010010011010101000101000111100100101100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420E49; }

 p { color: rgb(66,14,73); }

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

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

 a { background-color: rgb(66,14,73); }

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

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

 span { border-color: rgb(66,14,73); }

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