Html Css Color HEX #400440 Mardi Gras

📋 copy color: '#400440'

red 64 ◦ green 4 ◦ blue 64

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

Shades of Mardi Gras #400440

Tints of Mardi Gras #400440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 48.48%
G = 3.03%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400440 (or 0x400440) is known color: Mardi Gras. HEX triplet: 40, 04 and 40. RGB value is (64,4,64). Sum of RGB (Red+Green+Blue) = 64+4+64=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400440 is #BFFBBF. Grayscale: #1C1C1C. Windows color (decimal): -12581824 or 4195392. OLE color: 4195392.

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

Color convert

RGB 64 4 64 -
CMYK 0 0.94 0 0.75
HSL 300º 0.88% 0.13% -
HSV(B) 300º 0.94% 0.25% -
XYZ 3.08 1.55 4.99 -
YUV 28.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 64 4 64 0 0.94 0 0.75 300 0.88 0.13
Hex 40 4 40 0 5E 0 4B 12C 58 D
Octal 100 4 100 0 136 0 113 454 130 15
Binary 1000000 100 1000000 0 1011110 0 1001011 100101100 1011000 1101

Color Harmonies of #400440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400440

Black with #400440

Text Example


Text Example

White with #400440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400440; }

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

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

background-color css

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

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

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

border-color css

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

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

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