#410547

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

Shades of Mardi Gras #410547

Tints of Mardi Gras #410547

Color information

#410547 (or 0x410547) is unknown color: approx Mardi Gras. HEX triplet: 41, 05 and 47. RGB value is (65,5,71). Sum of RGB (Red+Green+Blue) = 65+5+71=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #410547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410547 is #BEFAB8. Grayscale: #1E1E1E. Windows color (decimal): -12516025 or 4654401. OLE color: 4654401.

HSL color Cylindrical-coordinate representation of color #410547: hue angle of 294.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410547 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65571-
CMYK0.080.9300.72
HSL294.55º86.84%14.9%-
HSV(B)294.55º92.96%27.84%-
XYZ3.371.696.11-
YUV30.46150.88152.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=46.10%
G=3.55%
B=50.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal655710.080.9300.72294.5586.8414.9
Hex4154785D04812757f
Octal101510710135011044712717
Binary10000011011000111100010111010100100010010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410547; }

 p { color: rgb(65,5,71); }

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

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

 a { background-color: rgb(65,5,71); }

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

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

 span { border-color: rgb(65,5,71); }

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