#411B46

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

Shades of Mardi Gras #411B46

Tints of Mardi Gras #411B46

Color information

#411B46 (or 0x411B46) is unknown color: approx Mardi Gras. HEX triplet: 41, 1B and 46. RGB value is (65,27,70). Sum of RGB (Red+Green+Blue) = 65+27+70=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #411B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B46 is #BEE4B9. Grayscale: #2B2B2B. Windows color (decimal): -12510394 or 4594497. OLE color: 4594497.

HSL color Cylindrical-coordinate representation of color #411B46: hue angle of 293.02º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #411B46 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB652770-
CMYK0.070.6100.73
HSL293.02º44.33%19.02%-
HSV(B)293.02º61.43%27.45%-
XYZ3.682.356.05-
YUV43.26143.09143.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=40.12%
G=16.67%
B=43.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6527700.070.6100.73293.0244.3319.02
Hex411B4673D0491252c13
Octal1013310677501114455423
Binary10000011101110001101111111010100100110010010110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B46; }

 p { color: rgb(65,27,70); }

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

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

 a { background-color: rgb(65,27,70); }

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

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

 span { border-color: rgb(65,27,70); }

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