#440548

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

Shades of Mardi Gras #440548

Tints of Mardi Gras #440548

Color information

#440548 (or 0x440548) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 48. RGB value is (68,5,72). Sum of RGB (Red+Green+Blue) = 68+5+72=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #440548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440548 is #BBFAB7. Grayscale: #1F1F1F. Windows color (decimal): -12319416 or 4719940. OLE color: 4719940.

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

Color convert

RGB68572-
CMYK0.060.9300.72
HSL296.42º87.01%15.1%-
HSV(B)296.42º93.06%28.24%-
XYZ3.611.816.29-
YUV31.48150.87154.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=46.90%
G=3.45%
B=49.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal685720.060.9300.72296.4287.0115.1
Hex4454865D04812857f
Octal10451106135011045012717
Binary1000100101100100011010111010100100010010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440548; }

 p { color: rgb(68,5,72); }

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

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

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

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

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

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

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