#440347

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

Shades of Mardi Gras #440347

Tints of Mardi Gras #440347

Color information

#440347 (or 0x440347) is unknown color: approx Mardi Gras. HEX triplet: 44, 03 and 47. RGB value is (68,3,71). Sum of RGB (Red+Green+Blue) = 68+3+71=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #440347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440347 is #BBFCB8. Grayscale: #1D1D1D. Windows color (decimal): -12319929 or 4653892. OLE color: 4653892.

HSL color Cylindrical-coordinate representation of color #440347: hue angle of 297.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440347 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB68371-
CMYK0.040.9600.72
HSL297.35º91.89%14.51%-
HSV(B)297.35º95.77%27.84%-
XYZ3.551.756.11-
YUV30.19151.03154.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 71 (28.12% from 255) = 50%
R=47.89%
G=2.11%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal683710.040.9600.72297.3591.8914.51
Hex443474600481295cf
Octal10431074140011045113417
Binary100010011100011110011000000100100010010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440347; }

 p { color: rgb(68,3,71); }

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

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

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

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

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

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

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