#441148

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

Shades of Mardi Gras #441148

Tints of Mardi Gras #441148

Color information

#441148 (or 0x441148) is unknown color: approx Mardi Gras. HEX triplet: 44, 11 and 48. RGB value is (68,17,72). Sum of RGB (Red+Green+Blue) = 68+17+72=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #441148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441148 is #BBEEB7. Grayscale: #262626. Windows color (decimal): -12316344 or 4723012. OLE color: 4723012.

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

Color convert

RGB681772-
CMYK0.060.7600.72
HSL295.64º61.8%17.45%-
HSV(B)295.64º76.39%28.24%-
XYZ3.752.16.34-
YUV38.52146.9149.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=43.31%
G=10.83%
B=45.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6817720.060.7600.72295.6461.817.45
Hex44114864C0481283e11
Octal10421110611401104507621
Binary100010010001100100011010011000100100010010100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441148; }

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

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

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

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

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

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

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

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