Html Css Color HEX #401347 Mardi Gras

📋 copy color: '#401347'

red 64 ◦ green 19 ◦ blue 71

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

Shades of Mardi Gras #401347

Tints of Mardi Gras #401347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 41.56%
G = 12.34%
B = 46.1%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401347 (or 0x401347) is known color: Mardi Gras. HEX triplet: 40, 13 and 47. RGB value is (64,19,71). Sum of RGB (Red+Green+Blue) = 64+19+71=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #401347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401347 is #BFECB8. Grayscale: #262626. Windows color (decimal): -12577977 or 4657984. OLE color: 4657984.

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

Color convert

RGB 64 19 71 -
CMYK 0.10 0.73 0 0.72
HSL 291.92º 0.58% 0.18% -
HSV(B) 291.92º 0.73% 0.28% -
XYZ 3.48 2.01 6.17 -
YUV 38.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 64 19 71 0.10 0.73 0 0.72 291.92 0.58 0.18
Hex 40 13 47 A 49 0 48 124 3A 12
Octal 100 23 107 12 111 0 110 444 72 22
Binary 1000000 10011 1000111 1010 1001001 0 1001000 100100100 111010 10010

Color Harmonies of #401347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401347

Black with #401347

Text Example


Text Example

White with #401347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401347; }

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

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

background-color css

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

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

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

border-color css

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

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

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