#410343

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

Shades of Mardi Gras #410343

Tints of Mardi Gras #410343

Color information

#410343 (or 0x410343) is unknown color: approx Mardi Gras. HEX triplet: 41, 03 and 43. RGB value is (65,3,67). Sum of RGB (Red+Green+Blue) = 65+3+67=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #410343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410343 is #BEFCBC. Grayscale: #1C1C1C. Windows color (decimal): -12516541 or 4391745. OLE color: 4391745.

HSL color Cylindrical-coordinate representation of color #410343: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410343 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB65367-
CMYK0.030.9600.74
HSL298.12º91.43%13.73%-
HSV(B)298.12º95.52%26.27%-
XYZ3.231.595.45-
YUV28.83149.54153.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 67 (26.56% from 255) = 49.63%
R=48.15%
G=2.22%
B=49.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal653670.030.9600.74298.1291.4313.73
Hex4134336004A12a5be
Octal10131033140011245213316
Binary10000011110000111111000000100101010010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410343; }

 p { color: rgb(65,3,67); }

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

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

 a { background-color: rgb(65,3,67); }

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

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

 span { border-color: rgb(65,3,67); }

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