Html Css Color HEX #401847 Mardi Gras

📋 copy color: '#401847'

red 64 ◦ green 24 ◦ blue 71

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

Shades of Mardi Gras #401847

Tints of Mardi Gras #401847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 40.25%
G = 15.09%
B = 44.65%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401847 (or 0x401847) is known color: Mardi Gras. HEX triplet: 40, 18 and 47. RGB value is (64,24,71). Sum of RGB (Red+Green+Blue) = 64+24+71=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #401847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401847 is #BFE7B8. Grayscale: #292929. Windows color (decimal): -12576697 or 4659264. OLE color: 4659264.

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

Color convert

RGB 64 24 71 -
CMYK 0.10 0.66 0 0.72
HSL 291.06º 0.49% 0.19% -
HSV(B) 291.06º 0.66% 0.28% -
XYZ 3.58 2.2 6.2 -
YUV 41.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 64 24 71 0.10 0.66 0 0.72 291.06 0.49 0.19
Hex 40 18 47 A 42 0 48 123 31 13
Octal 100 30 107 12 102 0 110 443 61 23
Binary 1000000 11000 1000111 1010 1000010 0 1001000 100100011 110001 10011

Color Harmonies of #401847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401847

Black with #401847

Text Example


Text Example

White with #401847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401847; }

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

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

background-color css

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

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

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

border-color css

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

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

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