Html Css Color HEX #400041 Mardi Gras

📋 copy color: '#400041'

red 64 ◦ green 0 ◦ blue 65

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

Shades of Mardi Gras #400041

Tints of Mardi Gras #400041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.61%
G = 0%
B = 50.39%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400041 (or 0x400041) is known color: Mardi Gras. HEX triplet: 40, 00 and 41. RGB value is (64,0,65). Sum of RGB (Red+Green+Blue) = 64+0+65=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #400041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400041 is #BFFFBE. Grayscale: #1A1A1A. Windows color (decimal): -12582847 or 4259904. OLE color: 4259904.

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

Color convert

RGB 64 0 65 -
CMYK 0.02 1 0 0.75
HSL 299.08º 1% 0.13% -
HSV(B) 299.08º 1% 0.25% -
XYZ 3.07 1.47 5.12 -
YUV 26.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 64 0 65 0.02 1 0 0.75 299.08 1 0.13
Hex 40 0 41 2 64 0 4B 12B 64 D
Octal 100 0 101 2 144 0 113 453 144 15
Binary 1000000 0 1000001 10 1100100 0 1001011 100101011 1100100 1101

Color Harmonies of #400041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400041

Black with #400041

Text Example


Text Example

White with #400041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400041; }

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

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

background-color css

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

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

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

border-color css

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

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

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