#410444

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

Shades of Mardi Gras #410444

Tints of Mardi Gras #410444

Color information

#410444 (or 0x410444) is unknown color: approx Mardi Gras. HEX triplet: 41, 04 and 44. RGB value is (65,4,68). Sum of RGB (Red+Green+Blue) = 65+4+68=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #410444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410444 is #BEFBBB. Grayscale: #1D1D1D. Windows color (decimal): -12516284 or 4457537. OLE color: 4457537.

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

Color convert

RGB65468-
CMYK0.040.9400.73
HSL297.19º88.89%14.12%-
HSV(B)297.19º94.12%26.67%-
XYZ3.271.635.61-
YUV29.53149.71153.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=47.45%
G=2.92%
B=49.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal654680.040.9400.73297.1988.8914.12
Hex4144445E04912959e
Octal10141044136011145113116
Binary1000001100100010010010111100100100110010100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410444; }

 p { color: rgb(65,4,68); }

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

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

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

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

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

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

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