Html Css Color HEX #401E45 Mardi Gras

📋 copy color: '#401E45'

red 64 ◦ green 30 ◦ blue 69

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

Shades of Mardi Gras #401E45

Tints of Mardi Gras #401E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.33%

R = 39.26%
G = 18.4%
B = 42.33%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401E45 (or 0x401E45) is known color: Mardi Gras. HEX triplet: 40, 1E and 45. RGB value is (64,30,69). Sum of RGB (Red+Green+Blue) = 64+30+69=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #401E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E45 is #BFE1BA. Grayscale: #2C2C2C. Windows color (decimal): -12575163 or 4529728. OLE color: 4529728.

HSL color Cylindrical-coordinate representation of color #401E45: hue angle of 292.31º degrees, saturation: 0.39, 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 #401E45 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 30 69 -
CMYK 0.07 0.57 0 0.73
HSL 292.31º 0.39% 0.19% -
HSV(B) 292.31º 0.57% 0.27% -
XYZ 3.65 2.45 5.91 -
YUV 44.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 64 30 69 0.07 0.57 0 0.73 292.31 0.39 0.19
Hex 40 1E 45 7 39 0 49 124 27 13
Octal 100 36 105 7 71 0 111 444 47 23
Binary 1000000 11110 1000101 111 111001 0 1001001 100100100 100111 10011

Color Harmonies of #401E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E45

Black with #401E45

Text Example


Text Example

White with #401E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,69); }

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

background-color css

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

 a { background-color: rgb(64,30,69); }

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

border-color css

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

 span { border-color: rgb(64,30,69); }

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