#410542

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

Shades of Mardi Gras #410542

Tints of Mardi Gras #410542

Color information

#410542 (or 0x410542) is unknown color: approx Mardi Gras. HEX triplet: 41, 05 and 42. RGB value is (65,5,66). Sum of RGB (Red+Green+Blue) = 65+5+66=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #410542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410542 is #BEFABD. Grayscale: #1D1D1D. Windows color (decimal): -12516030 or 4326721. OLE color: 4326721.

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

Color convert

RGB65566-
CMYK0.020.9200.74
HSL299.02º85.92%13.92%-
HSV(B)299.02º92.42%25.88%-
XYZ3.221.635.3-
YUV29.89148.38153.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 66 (26.17% from 255) = 48.53%
R=47.79%
G=3.68%
B=48.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal655660.020.9200.74299.0285.9213.92
Hex4154225C04A12b56e
Octal10151022134011245312616
Binary100000110110000101010111000100101010010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410542; }

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

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

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

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

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

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

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

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