Html Css Color HEX #401444 Mardi Gras

📋 copy color: '#401444'

red 64 ◦ green 20 ◦ blue 68

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

Shades of Mardi Gras #401444

Tints of Mardi Gras #401444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 42.11%
G = 13.16%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401444 (or 0x401444) is known color: Mardi Gras. HEX triplet: 40, 14 and 44. RGB value is (64,20,68). Sum of RGB (Red+Green+Blue) = 64+20+68=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #401444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401444 is #BFEBBB. Grayscale: #262626. Windows color (decimal): -12577724 or 4461632. OLE color: 4461632.

HSL color Cylindrical-coordinate representation of color #401444: hue angle of 295º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401444 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 20 68 -
CMYK 0.06 0.71 0 0.73
HSL 295º 0.55% 0.17% -
HSV(B) 295º 0.71% 0.27% -
XYZ 3.41 2.01 5.68 -
YUV 38.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 64 20 68 0.06 0.71 0 0.73 295 0.55 0.17
Hex 40 14 44 6 47 0 49 127 37 11
Octal 100 24 104 6 107 0 111 447 67 21
Binary 1000000 10100 1000100 110 1000111 0 1001001 100100111 110111 10001

Color Harmonies of #401444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401444

Black with #401444

Text Example


Text Example

White with #401444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401444; }

 p { color: rgb(64,20,68); }

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

background-color css

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

 a { background-color: rgb(64,20,68); }

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

border-color css

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

 span { border-color: rgb(64,20,68); }

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