#411740

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

Shades of Mardi Gras #411740

Tints of Mardi Gras #411740

Color information

#411740 (or 0x411740) is unknown color: approx Mardi Gras. HEX triplet: 41, 17 and 40. RGB value is (65,23,64). Sum of RGB (Red+Green+Blue) = 65+23+64=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #411740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411740 is #BEE8BF. Grayscale: #282828. Windows color (decimal): -12511424 or 4200257. OLE color: 4200257.

HSL color Cylindrical-coordinate representation of color #411740: hue angle of 301.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411740 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB652364-
CMYK00.650.020.75
HSL301.43º47.73%17.25%-
HSV(B)301.43º64.62%25.49%-
XYZ3.412.115.08-
YUV40.23141.41145.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=42.76%
G=15.13%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65236400.650.020.75301.4347.7317.25
Hex41174004124B12d3011
Octal10127100010121134556021
Binary10000011011110000000100000110100101110010110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411740; }

 p { color: rgb(65,23,64); }

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

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

 a { background-color: rgb(65,23,64); }

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

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

 span { border-color: rgb(65,23,64); }

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