#421548

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

Shades of Mardi Gras #421548

Tints of Mardi Gras #421548

Color information

#421548 (or 0x421548) is unknown color: approx Mardi Gras. HEX triplet: 42, 15 and 48. RGB value is (66,21,72). Sum of RGB (Red+Green+Blue) = 66+21+72=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #421548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421548 is #BDEAB7. Grayscale: #282828. Windows color (decimal): -12446392 or 4724034. OLE color: 4724034.

HSL color Cylindrical-coordinate representation of color #421548: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421548 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB662172-
CMYK0.080.7100.72
HSL292.94º54.84%18.24%-
HSV(B)292.94º70.83%28.24%-
XYZ3.682.166.35-
YUV40.27145.91146.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=41.51%
G=13.21%
B=45.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6621720.080.7100.72292.9454.8418.24
Hex4215488470481253712
Octal102251101010701104456722
Binary1000010101011001000100010001110100100010010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421548; }

 p { color: rgb(66,21,72); }

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

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

 a { background-color: rgb(66,21,72); }

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

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

 span { border-color: rgb(66,21,72); }

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