#410A41

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

Shades of Mardi Gras #410A41

Tints of Mardi Gras #410A41

Color information

#410A41 (or 0x410A41) is unknown color: approx Mardi Gras. HEX triplet: 41, 0A and 41. RGB value is (65,10,65). Sum of RGB (Red+Green+Blue) = 65+10+65=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A41 is #BEF5BE. Grayscale: #202020. Windows color (decimal): -12514751 or 4262465. OLE color: 4262465.

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

Color convert

RGB651065-
CMYK00.8500.75
HSL300º73.33%14.71%-
HSV(B)300º84.62%25.49%-
XYZ3.241.725.16-
YUV32.72146.22151.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=46.43%
G=7.14%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65106500.8500.7530073.3314.71
Hex41A4105504B12c49f
Octal101121010125011345411117
Binary100000110101000001010101010100101110010110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A41; }

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

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

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

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

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

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

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

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