#411148

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

Shades of Mardi Gras #411148

Tints of Mardi Gras #411148

Color information

#411148 (or 0x411148) is unknown color: approx Mardi Gras. HEX triplet: 41, 11 and 48. RGB value is (65,17,72). Sum of RGB (Red+Green+Blue) = 65+17+72=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #411148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411148 is #BEEEB7. Grayscale: #252525. Windows color (decimal): -12512952 or 4723009. OLE color: 4723009.

HSL color Cylindrical-coordinate representation of color #411148: hue angle of 292.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411148 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB651772-
CMYK0.100.7600.72
HSL292.36º61.8%17.45%-
HSV(B)292.36º76.39%28.24%-
XYZ3.551.996.33-
YUV37.62147.4147.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=42.21%
G=11.04%
B=46.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6517720.100.7600.72292.3661.817.45
Hex411148A4C0481243e11
Octal101211101211401104447621
Binary1000001100011001000101010011000100100010010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411148; }

 p { color: rgb(65,17,72); }

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

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

 a { background-color: rgb(65,17,72); }

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

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

 span { border-color: rgb(65,17,72); }

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