Html Css Color HEX #412040 Mardi Gras

📋 copy color: '#412040'

red 65 ◦ green 32 ◦ blue 64

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

Shades of Mardi Gras #412040

Tints of Mardi Gras #412040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.88%

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

R = 40.37%
G = 19.88%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#412040 (or 0x412040) is known color: Mardi Gras. HEX triplet: 41, 20 and 40. RGB value is (65,32,64). Sum of RGB (Red+Green+Blue) = 65+32+64=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412040 is #BEDFBF. Grayscale: #2D2D2D. Windows color (decimal): -12509120 or 4202561. OLE color: 4202561.

HSL color Cylindrical-coordinate representation of color #412040: hue angle of 301.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412040 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 64 -
CMYK 0 0.51 0.02 0.75
HSL 301.82º 0.34% 0.19% -
HSV(B) 301.82º 0.51% 0.25% -
XYZ 3.62 2.53 5.15 -
YUV 45.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 65 32 64 0 0.51 0.02 0.75 301.82 0.34 0.19
Hex 41 20 40 0 33 2 4B 12E 22 13
Octal 101 40 100 0 63 2 113 456 42 23
Binary 1000001 100000 1000000 0 110011 10 1001011 100101110 100010 10011

Color Harmonies of #412040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412040

Black with #412040

Text Example


Text Example

White with #412040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412040; }

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

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

background-color css

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

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

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

border-color css

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

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

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