Html Css Color HEX #401A43 Mardi Gras

📋 copy color: '#401A43'

red 64 ◦ green 26 ◦ blue 67

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

Shades of Mardi Gras #401A43

Tints of Mardi Gras #401A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 40.76%
G = 16.56%
B = 42.68%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#401A43 (or 0x401A43) is known color: Mardi Gras. HEX triplet: 40, 1A and 43. RGB value is (64,26,67). Sum of RGB (Red+Green+Blue) = 64+26+67=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #401A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A43 is #BFE5BC. Grayscale: #292929. Windows color (decimal): -12576189 or 4397632. OLE color: 4397632.

HSL color Cylindrical-coordinate representation of color #401A43: hue angle of 295.61º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401A43 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 26 67 -
CMYK 0.04 0.61 0 0.74
HSL 295.61º 0.44% 0.18% -
HSV(B) 295.61º 0.61% 0.26% -
XYZ 3.5 2.23 5.56 -
YUV 42.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 64 26 67 0.04 0.61 0 0.74 295.61 0.44 0.18
Hex 40 1A 43 4 3D 0 4A 128 2C 12
Octal 100 32 103 4 75 0 112 450 54 22
Binary 1000000 11010 1000011 100 111101 0 1001010 100101000 101100 10010

Color Harmonies of #401A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A43

Black with #401A43

Text Example


Text Example

White with #401A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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