Html Css Color HEX #440441 Mardi Gras

📋 copy color: '#440441'

red 68 ◦ green 4 ◦ blue 65

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

Shades of Mardi Gras #440441

Tints of Mardi Gras #440441

RGB

 RED value IS 68 (26.95% from 255) = 49.64%

 GREEN value IS 4 (1.95% from 255) = 2.92%

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

R = 49.64%
G = 2.92%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440441 (or 0x440441) is known color: Mardi Gras. HEX triplet: 44, 04 and 41. RGB value is (68,4,65). Sum of RGB (Red+Green+Blue) = 68+4+65=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #440441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440441 is #BBFBBE. Grayscale: #1D1D1D. Windows color (decimal): -12319679 or 4260932. OLE color: 4260932.

HSL color Cylindrical-coordinate representation of color #440441: hue angle of 302.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440441 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 65 -
CMYK 0 0.94 0.04 0.73
HSL 302.81º 0.89% 0.14% -
HSV(B) 302.81º 0.94% 0.27% -
XYZ 3.38 1.7 5.15 -
YUV 30.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 68 4 65 0 0.94 0.04 0.73 302.81 0.89 0.14
Hex 44 4 41 0 5E 4 49 12F 59 E
Octal 104 4 101 0 136 4 111 457 131 16
Binary 1000100 100 1000001 0 1011110 100 1001001 100101111 1011001 1110

Color Harmonies of #440441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440441

Black with #440441

Text Example


Text Example

White with #440441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440441; }

 p { color: rgb(68,4,65); }

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

background-color css

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

 a { background-color: rgb(68,4,65); }

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

border-color css

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

 span { border-color: rgb(68,4,65); }

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