Html Css Color HEX #411E44 Mardi Gras

📋 copy color: '#411E44'

red 65 ◦ green 30 ◦ blue 68

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

Shades of Mardi Gras #411E44

Tints of Mardi Gras #411E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 39.88%
G = 18.4%
B = 41.72%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#411E44 (or 0x411E44) is known color: Mardi Gras. HEX triplet: 41, 1E and 44. RGB value is (65,30,68). Sum of RGB (Red+Green+Blue) = 65+30+68=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #411E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E44 is #BEE1BB. Grayscale: #2C2C2C. Windows color (decimal): -12509628 or 4464193. OLE color: 4464193.

HSL color Cylindrical-coordinate representation of color #411E44: hue angle of 295.26º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #411E44 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 30 68 -
CMYK 0.04 0.56 0 0.73
HSL 295.26º 0.39% 0.19% -
HSV(B) 295.26º 0.56% 0.27% -
XYZ 3.69 2.47 5.75 -
YUV 44.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 65 30 68 0.04 0.56 0 0.73 295.26 0.39 0.19
Hex 41 1E 44 4 38 0 49 127 27 13
Octal 101 36 104 4 70 0 111 447 47 23
Binary 1000001 11110 1000100 100 111000 0 1001001 100100111 100111 10011

Color Harmonies of #411E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E44

Black with #411E44

Text Example


Text Example

White with #411E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,68); }

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

background-color css

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

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

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

border-color css

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

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

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