Html Css Color HEX #401047 Mardi Gras

📋 copy color: '#401047'

red 64 ◦ green 16 ◦ blue 71

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

Shades of Mardi Gras #401047

Tints of Mardi Gras #401047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 42.38%
G = 10.6%
B = 47.02%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401047 (or 0x401047) is known color: Mardi Gras. HEX triplet: 40, 10 and 47. RGB value is (64,16,71). Sum of RGB (Red+Green+Blue) = 64+16+71=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #401047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401047 is #BFEFB8. Grayscale: #242424. Windows color (decimal): -12578745 or 4657216. OLE color: 4657216.

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

Color convert

RGB 64 16 71 -
CMYK 0.10 0.77 0 0.72
HSL 292.36º 0.63% 0.17% -
HSV(B) 292.36º 0.77% 0.28% -
XYZ 3.44 1.92 6.15 -
YUV 36.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 64 16 71 0.10 0.77 0 0.72 292.36 0.63 0.17
Hex 40 10 47 A 4D 0 48 124 3F 11
Octal 100 20 107 12 115 0 110 444 77 21
Binary 1000000 10000 1000111 1010 1001101 0 1001000 100100100 111111 10001

Color Harmonies of #401047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401047

Black with #401047

Text Example


Text Example

White with #401047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401047; }

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

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

background-color css

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

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

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

border-color css

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

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

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