#410741

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

Shades of Mardi Gras #410741

Tints of Mardi Gras #410741

Color information

#410741 (or 0x410741) is unknown color: approx Mardi Gras. HEX triplet: 41, 07 and 41. RGB value is (65,7,65). Sum of RGB (Red+Green+Blue) = 65+7+65=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410741 is #BEF8BE. Grayscale: #1E1E1E. Windows color (decimal): -12515519 or 4261697. OLE color: 4261697.

HSL color Cylindrical-coordinate representation of color #410741: hue angle of 300º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410741 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65765-
CMYK00.8900.75
HSL300º80.56%14.12%-
HSV(B)300º89.23%25.49%-
XYZ3.211.665.15-
YUV30.95147.22152.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=47.45%
G=5.11%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6576500.8900.7530080.5614.12
Hex4174105904B12c51e
Octal10171010131011345412116
Binary10000011111000001010110010100101110010110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410741; }

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

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

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

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

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

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

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

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