#421648

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

Shades of Mardi Gras #421648

Tints of Mardi Gras #421648

Color information

#421648 (or 0x421648) is unknown color: approx Mardi Gras. HEX triplet: 42, 16 and 48. RGB value is (66,22,72). Sum of RGB (Red+Green+Blue) = 66+22+72=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #421648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421648 is #BDE9B7. Grayscale: #282828. Windows color (decimal): -12446136 or 4724290. OLE color: 4724290.

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

Color convert

RGB662272-
CMYK0.080.6900.72
HSL292.8º53.19%18.43%-
HSV(B)292.8º69.44%28.24%-
XYZ3.72.26.36-
YUV40.86145.58145.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 72 (28.52% from 255) = 45%
R=41.25%
G=13.75%
B=45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6622720.080.6900.72292.853.1918.43
Hex4216488450481253512
Octal102261101010501104456522
Binary1000010101101001000100010001010100100010010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421648; }

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

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

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

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

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

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

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

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