#410240

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

Shades of Mardi Gras #410240

Tints of Mardi Gras #410240

Color information

#410240 (or 0x410240) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 40. RGB value is (65,2,64). Sum of RGB (Red+Green+Blue) = 65+2+64=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #410240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410240 is #BEFDBF. Grayscale: #1B1B1B. Windows color (decimal): -12516800 or 4194881. OLE color: 4194881.

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

Color convert

RGB65264-
CMYK00.970.020.75
HSL300.95º94.03%13.14%-
HSV(B)300.95º96.92%25.49%-
XYZ3.131.544.98-
YUV27.9148.37154.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=49.62%
G=1.53%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526400.970.020.75300.9594.0313.14
Hex4124006124B12d5ed
Octal10121000141211345513615
Binary10000011010000000110000110100101110010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410240; }

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

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

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

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

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

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

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

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