#410940

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

Shades of Mardi Gras #410940

Tints of Mardi Gras #410940

Color information

#410940 (or 0x410940) is unknown color: approx Mardi Gras. HEX triplet: 41, 09 and 40. RGB value is (65,9,64). Sum of RGB (Red+Green+Blue) = 65+9+64=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #410940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410940 is #BEF6BF. Grayscale: #1F1F1F. Windows color (decimal): -12515008 or 4196673. OLE color: 4196673.

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

Color convert

RGB65964-
CMYK00.860.020.75
HSL301.07º75.68%14.51%-
HSV(B)301.07º86.15%25.49%-
XYZ3.21.695.01-
YUV32.01146.05151.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=47.10%
G=6.52%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6596400.860.020.75301.0775.6814.51
Hex4194005624B12d4cf
Octal101111000126211345511417
Binary1000001100110000000101011010100101110010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410940; }

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

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

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

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

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

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

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

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