Html Css Color HEX #401044 Mardi Gras

📋 copy color: '#401044'

red 64 ◦ green 16 ◦ blue 68

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

Shades of Mardi Gras #401044

Tints of Mardi Gras #401044

RGB

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

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

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

R = 43.24%
G = 10.81%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401044 (or 0x401044) is known color: Mardi Gras. HEX triplet: 40, 10 and 44. RGB value is (64,16,68). Sum of RGB (Red+Green+Blue) = 64+16+68=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #401044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401044 is #BFEFBB. Grayscale: #242424. Windows color (decimal): -12578748 or 4460608. OLE color: 4460608.

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

Color convert

RGB 64 16 68 -
CMYK 0.06 0.76 0 0.73
HSL 295.38º 0.62% 0.16% -
HSV(B) 295.38º 0.76% 0.27% -
XYZ 3.34 1.88 5.66 -
YUV 36.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 64 16 68 0.06 0.76 0 0.73 295.38 0.62 0.16
Hex 40 10 44 6 4C 0 49 127 3E 10
Octal 100 20 104 6 114 0 111 447 76 20
Binary 1000000 10000 1000100 110 1001100 0 1001001 100100111 111110 10000

Color Harmonies of #401044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401044

Black with #401044

Text Example


Text Example

White with #401044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401044; }

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

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

background-color css

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

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

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

border-color css

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

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

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