#401741

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

Shades of Mardi Gras #401741

Tints of Mardi Gras #401741

Color information

#401741 (or 0x401741) is unknown color: approx Mardi Gras. HEX triplet: 40, 17 and 41. RGB value is (64,23,65). Sum of RGB (Red+Green+Blue) = 64+23+65=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #401741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401741 is #BFE8BE. Grayscale: #272727. Windows color (decimal): -12576959 or 4265792. OLE color: 4265792.

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

Color convert

RGB642365-
CMYK0.020.6500.75
HSL298.57º47.73%17.25%-
HSV(B)298.57º64.62%25.49%-
XYZ3.372.085.23-
YUV40.05142.08145.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=42.11%
G=15.13%
B=42.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6423650.020.6500.75298.5747.7317.25
Hex40174124104B12b3011
Octal10027101210101134536021
Binary10000001011110000011010000010100101110010101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401741; }

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

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

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

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

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

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

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

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