Html Css Color HEX #401947 Mardi Gras

📋 copy color: '#401947'

red 64 ◦ green 25 ◦ blue 71

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

Shades of Mardi Gras #401947

Tints of Mardi Gras #401947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 40%
G = 15.63%
B = 44.38%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401947 (or 0x401947) is known color: Mardi Gras. HEX triplet: 40, 19 and 47. RGB value is (64,25,71). Sum of RGB (Red+Green+Blue) = 64+25+71=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #401947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401947 is #BFE6B8. Grayscale: #292929. Windows color (decimal): -12576441 or 4659520. OLE color: 4659520.

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

Color convert

RGB 64 25 71 -
CMYK 0.10 0.65 0 0.72
HSL 290.87º 0.48% 0.19% -
HSV(B) 290.87º 0.65% 0.28% -
XYZ 3.6 2.24 6.2 -
YUV 41.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 64 25 71 0.10 0.65 0 0.72 290.87 0.48 0.19
Hex 40 19 47 A 41 0 48 123 30 13
Octal 100 31 107 12 101 0 110 443 60 23
Binary 1000000 11001 1000111 1010 1000001 0 1001000 100100011 110000 10011

Color Harmonies of #401947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401947

Black with #401947

Text Example


Text Example

White with #401947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401947; }

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

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

background-color css

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

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

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

border-color css

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

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

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