Html Css Color HEX #411C41 Mardi Gras

📋 copy color: '#411C41'

red 65 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #411C41

Tints of Mardi Gras #411C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

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

R = 41.14%
G = 17.72%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#411C41 (or 0x411C41) is known color: Mardi Gras. HEX triplet: 41, 1C and 41. RGB value is (65,28,65). Sum of RGB (Red+Green+Blue) = 65+28+65=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C41 is #BEE3BE. Grayscale: #2B2B2B. Windows color (decimal): -12510143 or 4267073. OLE color: 4267073.

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

Color convert

RGB 65 28 65 -
CMYK 0 0.57 0 0.75
HSL 300º 0.4% 0.18% -
HSV(B) 300º 0.57% 0.25% -
XYZ 3.55 2.34 5.26 -
YUV 43.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 65 28 65 0 0.57 0 0.75 300 0.4 0.18
Hex 41 1C 41 0 39 0 4B 12C 28 12
Octal 101 34 101 0 71 0 113 454 50 22
Binary 1000001 11100 1000001 0 111001 0 1001011 100101100 101000 10010

Color Harmonies of #411C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C41

Black with #411C41

Text Example


Text Example

White with #411C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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