#412140

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

Shades of Mardi Gras #412140

Tints of Mardi Gras #412140

Color information

#412140 (or 0x412140) is unknown color: approx Mardi Gras. HEX triplet: 41, 21 and 40. RGB value is (65,33,64). Sum of RGB (Red+Green+Blue) = 65+33+64=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412140 is #BEDEBF. Grayscale: #2E2E2E. Windows color (decimal): -12508864 or 4202817. OLE color: 4202817.

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

Color convert

RGB653364-
CMYK00.490.020.75
HSL301.88º32.65%19.22%-
HSV(B)301.88º49.23%25.49%-
XYZ3.652.585.16-
YUV46.1138.1141.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=40.12%
G=20.37%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65336400.490.020.75301.8832.6519.22
Hex41214003124B12e2113
Octal1014110006121134564123
Binary10000011000011000000011000110100101110010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412140; }

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

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

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

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

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

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

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

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