#421346

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

Shades of Mardi Gras #421346

Tints of Mardi Gras #421346

Color information

#421346 (or 0x421346) is unknown color: approx Mardi Gras. HEX triplet: 42, 13 and 46. RGB value is (66,19,70). Sum of RGB (Red+Green+Blue) = 66+19+70=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #421346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421346 is #BDECB9. Grayscale: #262626. Windows color (decimal): -12446906 or 4592450. OLE color: 4592450.

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

Color convert

RGB661970-
CMYK0.060.7300.73
HSL295.29º57.3%17.45%-
HSV(B)295.29º72.86%27.45%-
XYZ3.592.076-
YUV38.87145.57147.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=42.58%
G=12.26%
B=45.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6619700.060.7300.73295.2957.317.45
Hex4213466490491273911
Octal10223106611101114477121
Binary100001010011100011011010010010100100110010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421346; }

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

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

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

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

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

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

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

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