Html Css Color HEX #401440 Mardi Gras

📋 copy color: '#401440'

red 64 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #401440

Tints of Mardi Gras #401440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 43.24%
G = 13.51%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401440 (or 0x401440) is known color: Mardi Gras. HEX triplet: 40, 14 and 40. RGB value is (64,20,64). Sum of RGB (Red+Green+Blue) = 64+20+64=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401440 is #BFEBBF. Grayscale: #262626. Windows color (decimal): -12577728 or 4199488. OLE color: 4199488.

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

Color convert

RGB 64 20 64 -
CMYK 0 0.69 0 0.75
HSL 300º 0.52% 0.16% -
HSV(B) 300º 0.69% 0.25% -
XYZ 3.29 1.96 5.06 -
YUV 38.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 64 20 64 0 0.69 0 0.75 300 0.52 0.16
Hex 40 14 40 0 45 0 4B 12C 34 10
Octal 100 24 100 0 105 0 113 454 64 20
Binary 1000000 10100 1000000 0 1000101 0 1001011 100101100 110100 10000

Color Harmonies of #401440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401440

Black with #401440

Text Example


Text Example

White with #401440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401440; }

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

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

background-color css

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

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

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

border-color css

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

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

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