#440044

Color #440044 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #440044

Tints of Mardi Gras #440044

Color information

#440044 (or 0x440044) is unknown color: approx 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

RGB68068-
CMYK0100.73
HSL300º100%13.33%-
HSV(B)300º100%26.67%-
XYZ3.431.655.61-
YUV28.08150.53156.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal680680100.7330010013.33
Hex4404406404912c64d
Octal10401040144011145414415
Binary100010001000100011001000100100110010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>