#421943

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

Shades of Mardi Gras #421943

Tints of Mardi Gras #421943

Color information

#421943 (or 0x421943) is unknown color: approx Mardi Gras. HEX triplet: 42, 19 and 43. RGB value is (66,25,67). Sum of RGB (Red+Green+Blue) = 66+25+67=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #421943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421943 is #BDE6BC. Grayscale: #292929. Windows color (decimal): -12445373 or 4397378. OLE color: 4397378.

HSL color Cylindrical-coordinate representation of color #421943: hue angle of 298.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #421943 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB662567-
CMYK0.010.6300.74
HSL298.57º45.65%18.04%-
HSV(B)298.57º62.69%26.27%-
XYZ3.612.265.56-
YUV42.05142.08145.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=41.77%
G=15.82%
B=42.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6625670.010.6300.74298.5745.6518.04
Hex42194313F04A12b2e12
Octal1023110317701124535622
Binary100001011001100001111111110100101010010101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421943; }

 p { color: rgb(66,25,67); }

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

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

 a { background-color: rgb(66,25,67); }

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

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

 span { border-color: rgb(66,25,67); }

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