Html Css Color HEX #411941 Mardi Gras

📋 copy color: '#411941'

red 65 ◦ green 25 ◦ blue 65

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

Shades of Mardi Gras #411941

Tints of Mardi Gras #411941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 41.94%
G = 16.13%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#411941 (or 0x411941) is known color: Mardi Gras. HEX triplet: 41, 19 and 41. RGB value is (65,25,65). Sum of RGB (Red+Green+Blue) = 65+25+65=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411941 is #BEE6BE. Grayscale: #292929. Windows color (decimal): -12510911 or 4266305. OLE color: 4266305.

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

Color convert

RGB 65 25 65 -
CMYK 0 0.62 0 0.75
HSL 300º 0.44% 0.18% -
HSV(B) 300º 0.62% 0.25% -
XYZ 3.48 2.2 5.24 -
YUV 41.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 65 25 65 0 0.62 0 0.75 300 0.44 0.18
Hex 41 19 41 0 3E 0 4B 12C 2C 12
Octal 101 31 101 0 76 0 113 454 54 22
Binary 1000001 11001 1000001 0 111110 0 1001011 100101100 101100 10010

Color Harmonies of #411941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411941

Black with #411941

Text Example


Text Example

White with #411941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411941; }

 p { color: rgb(65,25,65); }

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

background-color css

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

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

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

border-color css

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

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

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