#410638

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

Shades of Mardi Gras #410638

Tints of Mardi Gras #410638

Color information

#410638 (or 0x410638) is unknown color: approx Mardi Gras. HEX triplet: 41, 06 and 38. RGB value is (65,6,56). Sum of RGB (Red+Green+Blue) = 65+6+56=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410638 is #BEF9C7. Grayscale: #1D1D1D. Windows color (decimal): -12515784 or 3671617. OLE color: 3671617.

HSL color Cylindrical-coordinate representation of color #410638: hue angle of 309.15º 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 #410638 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB65656-
CMYK00.910.140.75
HSL309.15º83.1%13.92%-
HSV(B)309.15º90.77%25.49%-
XYZ2.961.543.88-
YUV29.34143.05153.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=51.18%
G=4.72%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565600.910.140.75309.1583.113.92
Hex4163805BE4B13553e
Octal10167001331611346512316
Binary1000001110111000010110111110100101110011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410638; }

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

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

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

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

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

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

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

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