Html Css Color HEX #401B41 Mardi Gras

📋 copy color: '#401B41'

red 64 ◦ green 27 ◦ blue 65

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

Shades of Mardi Gras #401B41

Tints of Mardi Gras #401B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

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

R = 41.03%
G = 17.31%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401B41 (or 0x401B41) is known color: Mardi Gras. HEX triplet: 40, 1B and 41. RGB value is (64,27,65). Sum of RGB (Red+Green+Blue) = 64+27+65=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #401B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B41 is #BFE4BE. Grayscale: #2A2A2A. Windows color (decimal): -12575935 or 4266816. OLE color: 4266816.

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

Color convert

RGB 64 27 65 -
CMYK 0.02 0.58 0 0.75
HSL 298.42º 0.41% 0.18% -
HSV(B) 298.42º 0.58% 0.25% -
XYZ 3.46 2.26 5.25 -
YUV 42.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 64 27 65 0.02 0.58 0 0.75 298.42 0.41 0.18
Hex 40 1B 41 2 3A 0 4B 12A 29 12
Octal 100 33 101 2 72 0 113 452 51 22
Binary 1000000 11011 1000001 10 111010 0 1001011 100101010 101001 10010

Color Harmonies of #401B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B41

Black with #401B41

Text Example


Text Example

White with #401B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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