#411741

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

Shades of Mardi Gras #411741

Tints of Mardi Gras #411741

Color information

#411741 (or 0x411741) is unknown color: approx Mardi Gras. HEX triplet: 41, 17 and 41. RGB value is (65,23,65). Sum of RGB (Red+Green+Blue) = 65+23+65=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411741 is #BEE8BE. Grayscale: #282828. Windows color (decimal): -12511423 or 4265793. OLE color: 4265793.

HSL color Cylindrical-coordinate representation of color #411741: hue angle of 300º 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 #411741 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB652365-
CMYK00.6500.75
HSL300º47.73%17.25%-
HSV(B)300º64.62%25.49%-
XYZ3.442.125.23-
YUV40.35141.91145.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=42.48%
G=15.03%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65236500.6500.7530047.7317.25
Hex41174104104B12c3011
Octal10127101010101134546021
Binary1000001101111000001010000010100101110010110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411741; }

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

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

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

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

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

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

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

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