#421348

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

Shades of Mardi Gras #421348

Tints of Mardi Gras #421348

Color information

#421348 (or 0x421348) is unknown color: approx Mardi Gras. HEX triplet: 42, 13 and 48. RGB value is (66,19,72). Sum of RGB (Red+Green+Blue) = 66+19+72=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #421348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421348 is #BDECB7. Grayscale: #262626. Windows color (decimal): -12446904 or 4723522. OLE color: 4723522.

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

Color convert

RGB661972-
CMYK0.080.7400.72
HSL293.21º58.24%17.84%-
HSV(B)293.21º73.61%28.24%-
XYZ3.652.096.34-
YUV39.1146.57147.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=42.04%
G=12.10%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6619720.080.7400.72293.2158.2417.84
Hex42134884A0481253a12
Octal102231101011201104457222
Binary1000010100111001000100010010100100100010010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421348; }

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

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

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

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

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

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

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

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