Html Css Color HEX #401D44 Mardi Gras

📋 copy color: '#401D44'

red 64 ◦ green 29 ◦ blue 68

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

Shades of Mardi Gras #401D44

Tints of Mardi Gras #401D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.01%

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

R = 39.75%
G = 18.01%
B = 42.24%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401D44 (or 0x401D44) is known color: Mardi Gras. HEX triplet: 40, 1D and 44. RGB value is (64,29,68). Sum of RGB (Red+Green+Blue) = 64+29+68=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #401D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D44 is #BFE2BB. Grayscale: #2B2B2B. Windows color (decimal): -12575420 or 4463936. OLE color: 4463936.

HSL color Cylindrical-coordinate representation of color #401D44: hue angle of 293.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #401D44 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 29 68 -
CMYK 0.06 0.57 0 0.73
HSL 293.85º 0.4% 0.19% -
HSV(B) 293.85º 0.57% 0.27% -
XYZ 3.6 2.39 5.74 -
YUV 43.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 64 29 68 0.06 0.57 0 0.73 293.85 0.4 0.19
Hex 40 1D 44 6 39 0 49 126 28 13
Octal 100 35 104 6 71 0 111 446 50 23
Binary 1000000 11101 1000100 110 111001 0 1001001 100100110 101000 10011

Color Harmonies of #401D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D44

Black with #401D44

Text Example


Text Example

White with #401D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401D44; }

 p { color: rgb(64,29,68); }

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

background-color css

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

 a { background-color: rgb(64,29,68); }

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

border-color css

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

 span { border-color: rgb(64,29,68); }

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