Html Css Color HEX #401447 Mardi Gras

📋 copy color: '#401447'

red 64 ◦ green 20 ◦ blue 71

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

Shades of Mardi Gras #401447

Tints of Mardi Gras #401447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 41.29%
G = 12.9%
B = 45.81%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401447 (or 0x401447) is known color: Mardi Gras. HEX triplet: 40, 14 and 47. RGB value is (64,20,71). Sum of RGB (Red+Green+Blue) = 64+20+71=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #401447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401447 is #BFEBB8. Grayscale: #262626. Windows color (decimal): -12577721 or 4658240. OLE color: 4658240.

HSL color Cylindrical-coordinate representation of color #401447: hue angle of 291.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401447 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 20 71 -
CMYK 0.10 0.72 0 0.72
HSL 291.76º 0.56% 0.18% -
HSV(B) 291.76º 0.72% 0.28% -
XYZ 3.5 2.05 6.17 -
YUV 38.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 64 20 71 0.10 0.72 0 0.72 291.76 0.56 0.18
Hex 40 14 47 A 48 0 48 124 38 12
Octal 100 24 107 12 110 0 110 444 70 22
Binary 1000000 10100 1000111 1010 1001000 0 1001000 100100100 111000 10010

Color Harmonies of #401447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401447

Black with #401447

Text Example


Text Example

White with #401447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401447; }

 p { color: rgb(64,20,71); }

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

background-color css

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

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

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

border-color css

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

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

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