#410640

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

Shades of Mardi Gras #410640

Tints of Mardi Gras #410640

Color information

#410640 (or 0x410640) is unknown color: approx Mardi Gras. HEX triplet: 41, 06 and 40. RGB value is (65,6,64). Sum of RGB (Red+Green+Blue) = 65+6+64=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410640 is #BEF9BF. Grayscale: #1E1E1E. Windows color (decimal): -12515776 or 4195905. OLE color: 4195905.

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

Color convert

RGB65664-
CMYK00.910.020.75
HSL301.02º83.1%13.92%-
HSV(B)301.02º90.77%25.49%-
XYZ3.171.625-
YUV30.25147.05152.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=48.15%
G=4.44%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6566400.910.020.75301.0283.113.92
Hex4164005B24B12d53e
Octal10161000133211345512316
Binary100000111010000000101101110100101110010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410640; }

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

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

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

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

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

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

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

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