Html Css Color HEX #401C41 Mardi Gras

📋 copy color: '#401C41'

red 64 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #401C41

Tints of Mardi Gras #401C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 40.76%
G = 17.83%
B = 41.4%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401C41 (or 0x401C41) is known color: Mardi Gras. HEX triplet: 40, 1C and 41. RGB value is (64,28,65). Sum of RGB (Red+Green+Blue) = 64+28+65=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #401C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C41 is #BFE3BE. Grayscale: #2A2A2A. Windows color (decimal): -12575679 or 4267072. OLE color: 4267072.

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

Color convert

RGB 64 28 65 -
CMYK 0.02 0.57 0 0.75
HSL 298.38º 0.4% 0.18% -
HSV(B) 298.38º 0.57% 0.25% -
XYZ 3.48 2.3 5.26 -
YUV 42.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 64 28 65 0.02 0.57 0 0.75 298.38 0.4 0.18
Hex 40 1C 41 2 39 0 4B 12A 28 12
Octal 100 34 101 2 71 0 113 452 50 22
Binary 1000000 11100 1000001 10 111001 0 1001011 100101010 101000 10010

Color Harmonies of #401C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C41

Black with #401C41

Text Example


Text Example

White with #401C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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