Html Css Color HEX #401944 Mardi Gras

📋 copy color: '#401944'

red 64 ◦ green 25 ◦ blue 68

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

Shades of Mardi Gras #401944

Tints of Mardi Gras #401944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 40.76%
G = 15.92%
B = 43.31%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401944 (or 0x401944) is known color: Mardi Gras. HEX triplet: 40, 19 and 44. RGB value is (64,25,68). Sum of RGB (Red+Green+Blue) = 64+25+68=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #401944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401944 is #BFE6BB. Grayscale: #292929. Windows color (decimal): -12576444 or 4462912. OLE color: 4462912.

HSL color Cylindrical-coordinate representation of color #401944: hue angle of 294.42º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #401944 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 25 68 -
CMYK 0.06 0.63 0 0.73
HSL 294.42º 0.46% 0.18% -
HSV(B) 294.42º 0.63% 0.27% -
XYZ 3.51 2.2 5.71 -
YUV 41.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 64 25 68 0.06 0.63 0 0.73 294.42 0.46 0.18
Hex 40 19 44 6 3F 0 49 126 2E 12
Octal 100 31 104 6 77 0 111 446 56 22
Binary 1000000 11001 1000100 110 111111 0 1001001 100100110 101110 10010

Color Harmonies of #401944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401944

Black with #401944

Text Example


Text Example

White with #401944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401944; }

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

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

background-color css

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

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

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

border-color css

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

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

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