Html Css Color HEX #421E41 Mardi Gras

📋 copy color: '#421E41'

red 66 ◦ green 30 ◦ blue 65

#421E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #421E41

Tints of Mardi Gras #421E41

RGB

 RED value IS 66 (26.17% from 255) = 40.99%

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 40.99%
G = 18.63%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#421E41 (or 0x421E41) is known color: Mardi Gras. HEX triplet: 42, 1E and 41. RGB value is (66,30,65). Sum of RGB (Red+Green+Blue) = 66+30+65=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #421E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E41 is #BDE1BE. Grayscale: #2C2C2C. Windows color (decimal): -12444095 or 4267586. OLE color: 4267586.

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

Color convert

RGB 66 30 65 -
CMYK 0 0.55 0.02 0.74
HSL 301.67º 0.38% 0.19% -
HSV(B) 301.67º 0.55% 0.26% -
XYZ 3.67 2.47 5.28 -
YUV 44.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 66 30 65 0 0.55 0.02 0.74 301.67 0.38 0.19
Hex 42 1E 41 0 37 2 4A 12E 26 13
Octal 102 36 101 0 67 2 112 456 46 23
Binary 1000010 11110 1000001 0 110111 10 1001010 100101110 100110 10011

Color Harmonies of #421E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E41

Black with #421E41

Text Example


Text Example

White with #421E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #421E41;
 }
 .AnyTagClassName
 {
   color: #421E41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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