#440247

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

Shades of Mardi Gras #440247

Tints of Mardi Gras #440247

Color information

#440247 (or 0x440247) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 47. RGB value is (68,2,71). Sum of RGB (Red+Green+Blue) = 68+2+71=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #440247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440247 is #BBFDB8. Grayscale: #1D1D1D. Windows color (decimal): -12320185 or 4653636. OLE color: 4653636.

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

Color convert

RGB68271-
CMYK0.040.9700.72
HSL297.39º94.52%14.31%-
HSV(B)297.39º97.18%27.84%-
XYZ3.541.736.11-
YUV29.6151.37155.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=48.23%
G=1.42%
B=50.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal682710.040.9700.72297.3994.5214.31
Hex442474610481295fe
Octal10421074141011045113716
Binary100010010100011110011000010100100010010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440247; }

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

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

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

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

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

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

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

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