Html Css Color HEX #401147 Mardi Gras

📋 copy color: '#401147'

red 64 ◦ green 17 ◦ blue 71

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

Shades of Mardi Gras #401147

Tints of Mardi Gras #401147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 42.11%
G = 11.18%
B = 46.71%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401147 (or 0x401147) is known color: Mardi Gras. HEX triplet: 40, 11 and 47. RGB value is (64,17,71). Sum of RGB (Red+Green+Blue) = 64+17+71=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #401147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401147 is #BFEEB8. Grayscale: #252525. Windows color (decimal): -12578489 or 4657472. OLE color: 4657472.

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

Color convert

RGB 64 17 71 -
CMYK 0.10 0.76 0 0.72
HSL 292.22º 0.61% 0.17% -
HSV(B) 292.22º 0.76% 0.28% -
XYZ 3.45 1.95 6.15 -
YUV 37.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 64 17 71 0.10 0.76 0 0.72 292.22 0.61 0.17
Hex 40 11 47 A 4C 0 48 124 3D 11
Octal 100 21 107 12 114 0 110 444 75 21
Binary 1000000 10001 1000111 1010 1001100 0 1001000 100100100 111101 10001

Color Harmonies of #401147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401147

Black with #401147

Text Example


Text Example

White with #401147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401147; }

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

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

background-color css

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

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

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

border-color css

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

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

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