Html Css Color HEX #401A40 Mardi Gras

📋 copy color: '#401A40'

red 64 ◦ green 26 ◦ blue 64

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

Shades of Mardi Gras #401A40

Tints of Mardi Gras #401A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.88%

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

R = 41.56%
G = 16.88%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401A40 (or 0x401A40) is known color: Mardi Gras. HEX triplet: 40, 1A and 40. RGB value is (64,26,64). Sum of RGB (Red+Green+Blue) = 64+26+64=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A40 is #BFE5BF. Grayscale: #292929. Windows color (decimal): -12576192 or 4201024. OLE color: 4201024.

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

Color convert

RGB 64 26 64 -
CMYK 0 0.59 0 0.75
HSL 300º 0.42% 0.18% -
HSV(B) 300º 0.59% 0.25% -
XYZ 3.41 2.2 5.1 -
YUV 41.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 64 26 64 0 0.59 0 0.75 300 0.42 0.18
Hex 40 1A 40 0 3B 0 4B 12C 2A 12
Octal 100 32 100 0 73 0 113 454 52 22
Binary 1000000 11010 1000000 0 111011 0 1001011 100101100 101010 10010

Color Harmonies of #401A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A40

Black with #401A40

Text Example


Text Example

White with #401A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,64); }

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

background-color css

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

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

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

border-color css

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

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

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