Html Css Color HEX #411D40 Mardi Gras

📋 copy color: '#411D40'

red 65 ◦ green 29 ◦ blue 64

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

Shades of Mardi Gras #411D40

Tints of Mardi Gras #411D40

RGB

 RED value IS 65 (25.78% from 255) = 41.14%

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 41.14%
G = 18.35%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#411D40 (or 0x411D40) is known color: Mardi Gras. HEX triplet: 41, 1D and 40. RGB value is (65,29,64). Sum of RGB (Red+Green+Blue) = 65+29+64=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #411D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D40 is #BEE2BF. Grayscale: #2B2B2B. Windows color (decimal): -12509888 or 4201793. OLE color: 4201793.

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

Color convert

RGB 65 29 64 -
CMYK 0 0.55 0.02 0.75
HSL 301.67º 0.38% 0.18% -
HSV(B) 301.67º 0.55% 0.25% -
XYZ 3.54 2.37 5.12 -
YUV 43.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 65 29 64 0 0.55 0.02 0.75 301.67 0.38 0.18
Hex 41 1D 40 0 37 2 4B 12E 26 12
Octal 101 35 100 0 67 2 113 456 46 22
Binary 1000001 11101 1000000 0 110111 10 1001011 100101110 100110 10010

Color Harmonies of #411D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D40

Black with #411D40

Text Example


Text Example

White with #411D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411D40; }

 p { color: rgb(65,29,64); }

 H1.HeaderClassName
 {
   color: #411D40;
 }
 .AnyTagClassName
 {
   color: #411D40;
 }
</style>

background-color css

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

 a { background-color: rgb(65,29,64); }

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

border-color css

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

 span { border-color: rgb(65,29,64); }

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