#421B41

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

Shades of Mardi Gras #421B41

Tints of Mardi Gras #421B41

Color information

#421B41 (or 0x421B41) is unknown color: approx Mardi Gras. HEX triplet: 42, 1B and 41. RGB value is (66,27,65). Sum of RGB (Red+Green+Blue) = 66+27+65=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #421B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B41 is #BDE4BE. Grayscale: #2A2A2A. Windows color (decimal): -12444863 or 4266818. OLE color: 4266818.

HSL color Cylindrical-coordinate representation of color #421B41: hue angle of 301.54º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B41 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB662765-
CMYK00.590.020.74
HSL301.54º41.94%18.24%-
HSV(B)301.54º59.09%25.88%-
XYZ3.592.325.26-
YUV42.99140.42144.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=41.77%
G=17.09%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66276500.590.020.74301.5441.9418.24
Hex421B4103B24A12e2a12
Octal1023310107321124565222
Binary1000010110111000001011101110100101010010111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,27,65); }

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

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

 a { background-color: rgb(66,27,65); }

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

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

 span { border-color: rgb(66,27,65); }

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