Html Css Color HEX #401941 Mardi Gras

📋 copy color: '#401941'

red 64 ◦ green 25 ◦ blue 65

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

Shades of Mardi Gras #401941

Tints of Mardi Gras #401941

RGB

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

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

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

R = 41.56%
G = 16.23%
B = 42.21%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401941 (or 0x401941) is known color: Mardi Gras. HEX triplet: 40, 19 and 41. RGB value is (64,25,65). Sum of RGB (Red+Green+Blue) = 64+25+65=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #401941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401941 is #BFE6BE. Grayscale: #292929. Windows color (decimal): -12576447 or 4266304. OLE color: 4266304.

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

Color convert

RGB 64 25 65 -
CMYK 0.02 0.62 0 0.75
HSL 298.5º 0.44% 0.18% -
HSV(B) 298.5º 0.62% 0.25% -
XYZ 3.42 2.17 5.24 -
YUV 41.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 64 25 65 0.02 0.62 0 0.75 298.5 0.44 0.18
Hex 40 19 41 2 3E 0 4B 12A 2C 12
Octal 100 31 101 2 76 0 113 452 54 22
Binary 1000000 11001 1000001 10 111110 0 1001011 100101010 101100 10010

Color Harmonies of #401941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401941

Black with #401941

Text Example


Text Example

White with #401941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401941; }

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

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

background-color css

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

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

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

border-color css

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

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

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