Html Css Color HEX #401441 Mardi Gras

📋 copy color: '#401441'

red 64 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #401441

Tints of Mardi Gras #401441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 42.95%
G = 13.42%
B = 43.62%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401441 (or 0x401441) is known color: Mardi Gras. HEX triplet: 40, 14 and 41. RGB value is (64,20,65). Sum of RGB (Red+Green+Blue) = 64+20+65=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #401441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401441 is #BFEBBE. Grayscale: #262626. Windows color (decimal): -12577727 or 4265024. OLE color: 4265024.

HSL color Cylindrical-coordinate representation of color #401441: hue angle of 298.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401441 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 65 -
CMYK 0.02 0.69 0 0.75
HSL 298.67º 0.53% 0.17% -
HSV(B) 298.67º 0.69% 0.25% -
XYZ 3.32 1.97 5.21 -
YUV 38.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 64 20 65 0.02 0.69 0 0.75 298.67 0.53 0.17
Hex 40 14 41 2 45 0 4B 12B 35 11
Octal 100 24 101 2 105 0 113 453 65 21
Binary 1000000 10100 1000001 10 1000101 0 1001011 100101011 110101 10001

Color Harmonies of #401441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401441

Black with #401441

Text Example


Text Example

White with #401441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401441; }

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

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

background-color css

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

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

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

border-color css

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

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

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