Html Css Color HEX #411841 Mardi Gras

📋 copy color: '#411841'

red 65 ◦ green 24 ◦ blue 65

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

Shades of Mardi Gras #411841

Tints of Mardi Gras #411841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 42.21%
G = 15.58%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#411841 (or 0x411841) is known color: Mardi Gras. HEX triplet: 41, 18 and 41. RGB value is (65,24,65). Sum of RGB (Red+Green+Blue) = 65+24+65=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411841 is #BEE7BE. Grayscale: #282828. Windows color (decimal): -12511167 or 4266049. OLE color: 4266049.

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

Color convert

RGB 65 24 65 -
CMYK 0 0.63 0 0.75
HSL 300º 0.46% 0.17% -
HSV(B) 300º 0.63% 0.25% -
XYZ 3.46 2.16 5.24 -
YUV 40.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 65 24 65 0 0.63 0 0.75 300 0.46 0.17
Hex 41 18 41 0 3F 0 4B 12C 2E 11
Octal 101 30 101 0 77 0 113 454 56 21
Binary 1000001 11000 1000001 0 111111 0 1001011 100101100 101110 10001

Color Harmonies of #411841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411841

Black with #411841

Text Example


Text Example

White with #411841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411841; }

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

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

background-color css

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

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

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

border-color css

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

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

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