Html Css Color HEX #400741 Mardi Gras

📋 copy color: '#400741'

red 64 ◦ green 7 ◦ blue 65

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

Shades of Mardi Gras #400741

Tints of Mardi Gras #400741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.15%

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

R = 47.06%
G = 5.15%
B = 47.79%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400741 (or 0x400741) is known color: Mardi Gras. HEX triplet: 40, 07 and 41. RGB value is (64,7,65). Sum of RGB (Red+Green+Blue) = 64+7+65=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #400741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400741 is #BFF8BE. Grayscale: #1E1E1E. Windows color (decimal): -12581055 or 4261696. OLE color: 4261696.

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

Color convert

RGB 64 7 65 -
CMYK 0.02 0.89 0 0.75
HSL 298.97º 0.81% 0.14% -
HSV(B) 298.97º 0.89% 0.25% -
XYZ 3.14 1.62 5.15 -
YUV 30.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 64 7 65 0.02 0.89 0 0.75 298.97 0.81 0.14
Hex 40 7 41 2 59 0 4B 12B 51 E
Octal 100 7 101 2 131 0 113 453 121 16
Binary 1000000 111 1000001 10 1011001 0 1001011 100101011 1010001 1110

Color Harmonies of #400741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400741

Black with #400741

Text Example


Text Example

White with #400741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400741; }

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

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

background-color css

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

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

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

border-color css

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

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

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