Html Css Color HEX #401340 Mardi Gras

📋 copy color: '#401340'

red 64 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #401340

Tints of Mardi Gras #401340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 43.54%
G = 12.93%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401340 (or 0x401340) is known color: Mardi Gras. HEX triplet: 40, 13 and 40. RGB value is (64,19,64). Sum of RGB (Red+Green+Blue) = 64+19+64=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401340 is #BFECBF. Grayscale: #252525. Windows color (decimal): -12577984 or 4199232. OLE color: 4199232.

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

Color convert

RGB 64 19 64 -
CMYK 0 0.70 0 0.75
HSL 300º 0.54% 0.16% -
HSV(B) 300º 0.7% 0.25% -
XYZ 3.27 1.93 5.05 -
YUV 37.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 64 19 64 0 0.70 0 0.75 300 0.54 0.16
Hex 40 13 40 0 46 0 4B 12C 36 10
Octal 100 23 100 0 106 0 113 454 66 20
Binary 1000000 10011 1000000 0 1000110 0 1001011 100101100 110110 10000

Color Harmonies of #401340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401340

Black with #401340

Text Example


Text Example

White with #401340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401340; }

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

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

background-color css

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

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

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

border-color css

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

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

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