Html Css Color HEX #440044 Mardi Gras

📋 copy color: '#440044'

red 68 ◦ green 0 ◦ blue 68

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

Shades of Mardi Gras #440044

Tints of Mardi Gras #440044

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#440044 (or 0x440044) is known color: Mardi Gras. HEX triplet: 44, 00 and 44. RGB value is (68,0,68). Sum of RGB (Red+Green+Blue) = 68+0+68=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440044 is #BBFFBB. Grayscale: #1B1B1B. Windows color (decimal): -12320700 or 4456516. OLE color: 4456516.

HSL color Cylindrical-coordinate representation of color #440044: hue angle of 300º 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 #440044 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 0 68 -
CMYK 0 1 0 0.73
HSL 300º 1% 0.13% -
HSV(B) 300º 1% 0.27% -
XYZ 3.43 1.65 5.61 -
YUV 28.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 68 0 68 0 1 0 0.73 300 1 0.13
Hex 44 0 44 0 64 0 49 12C 64 D
Octal 104 0 104 0 144 0 111 454 144 15
Binary 1000100 0 1000100 0 1100100 0 1001001 100101100 1100100 1101

Color Harmonies of #440044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440044

Black with #440044

Text Example


Text Example

White with #440044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440044; }

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

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

background-color css

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

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

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

border-color css

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

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

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