Html Css Color HEX #401740 Mardi Gras

📋 copy color: '#401740'

red 64 ◦ green 23 ◦ blue 64

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

Shades of Mardi Gras #401740

Tints of Mardi Gras #401740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

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

R = 42.38%
G = 15.23%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401740 (or 0x401740) is known color: Mardi Gras. HEX triplet: 40, 17 and 40. RGB value is (64,23,64). Sum of RGB (Red+Green+Blue) = 64+23+64=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401740 is #BFE8BF. Grayscale: #272727. Windows color (decimal): -12576960 or 4200256. OLE color: 4200256.

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

Color convert

RGB 64 23 64 -
CMYK 0 0.64 0 0.75
HSL 300º 0.47% 0.17% -
HSV(B) 300º 0.64% 0.25% -
XYZ 3.35 2.07 5.07 -
YUV 39.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 64 23 64 0 0.64 0 0.75 300 0.47 0.17
Hex 40 17 40 0 40 0 4B 12C 2F 11
Octal 100 27 100 0 100 0 113 454 57 21
Binary 1000000 10111 1000000 0 1000000 0 1001011 100101100 101111 10001

Color Harmonies of #401740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401740

Black with #401740

Text Example


Text Example

White with #401740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401740; }

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

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

background-color css

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

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

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

border-color css

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

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

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