Html Css Color HEX #440041 Mardi Gras

📋 copy color: '#440041'

red 68 ◦ green 0 ◦ blue 65

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

Shades of Mardi Gras #440041

Tints of Mardi Gras #440041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.13%
G = 0%
B = 48.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440041 (or 0x440041) is known color: Mardi Gras. HEX triplet: 44, 00 and 41. RGB value is (68,0,65). Sum of RGB (Red+Green+Blue) = 68+0+65=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #440041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440041 is #BBFFBE. Grayscale: #1B1B1B. Windows color (decimal): -12320703 or 4259908. OLE color: 4259908.

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

Color convert

RGB 68 0 65 -
CMYK 0 1 0.04 0.73
HSL 302.65º 1% 0.13% -
HSV(B) 302.65º 1% 0.27% -
XYZ 3.34 1.61 5.14 -
YUV 27.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 68 0 65 0 1 0.04 0.73 302.65 1 0.13
Hex 44 0 41 0 64 4 49 12F 64 D
Octal 104 0 101 0 144 4 111 457 144 15
Binary 1000100 0 1000001 0 1100100 100 1001001 100101111 1100100 1101

Color Harmonies of #440041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440041

Black with #440041

Text Example


Text Example

White with #440041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440041; }

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

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

background-color css

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

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

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

border-color css

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

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

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