#421F44

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

Shades of Mardi Gras #421F44

Tints of Mardi Gras #421F44

Color information

#421F44 (or 0x421F44) is unknown color: approx Mardi Gras. HEX triplet: 42, 1F and 44. RGB value is (66,31,68). Sum of RGB (Red+Green+Blue) = 66+31+68=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #421F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F44 is #BDE0BB. Grayscale: #2D2D2D. Windows color (decimal): -12443836 or 4464450. OLE color: 4464450.

HSL color Cylindrical-coordinate representation of color #421F44: hue angle of 296.76º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #421F44 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB663168-
CMYK0.030.5400.73
HSL296.76º37.37%19.41%-
HSV(B)296.76º54.41%26.67%-
XYZ3.782.565.76-
YUV45.68140.6142.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=40%
G=18.79%
B=41.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6631680.030.5400.73296.7637.3719.41
Hex421F443360491292513
Octal1023710436601114514523
Binary1000010111111000100111101100100100110010100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421F44; }

 p { color: rgb(66,31,68); }

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

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

 a { background-color: rgb(66,31,68); }

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

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

 span { border-color: rgb(66,31,68); }

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