#440144

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

Shades of Mardi Gras #440144

Tints of Mardi Gras #440144

Color information

#440144 (or 0x440144) is unknown color: approx Mardi Gras. HEX triplet: 44, 01 and 44. RGB value is (68,1,68). Sum of RGB (Red+Green+Blue) = 68+1+68=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440144 is #BBFEBB. Grayscale: #1C1C1C. Windows color (decimal): -12320444 or 4456772. OLE color: 4456772.

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

Color convert

RGB68168-
CMYK00.9900.73
HSL300º97.1%13.53%-
HSV(B)300º98.53%26.67%-
XYZ3.441.675.61-
YUV28.67150.2156.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=49.64%
G=0.73%
B=49.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6816800.9900.7330097.113.53
Hex4414406304912c61e
Octal10411040143011145414116
Binary100010011000100011000110100100110010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440144; }

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

 H1.HeaderClassName
 {
   color: #440144;
 }
 .AnyTagClassName
 {
   color: #440144;
 }
</style>
background-color css

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

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

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

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

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

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