#410B48

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

Shades of Mardi Gras #410B48

Tints of Mardi Gras #410B48

Color information

#410B48 (or 0x410B48) is unknown color: approx Mardi Gras. HEX triplet: 41, 0B and 48. RGB value is (65,11,72). Sum of RGB (Red+Green+Blue) = 65+11+72=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #410B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B48 is #BEF4B7. Grayscale: #212121. Windows color (decimal): -12514488 or 4721473. OLE color: 4721473.

HSL color Cylindrical-coordinate representation of color #410B48: hue angle of 293.11º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410B48 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB651172-
CMYK0.100.8500.72
HSL293.11º73.49%16.27%-
HSV(B)293.11º84.72%28.24%-
XYZ3.471.836.3-
YUV34.1149.39150.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=43.92%
G=7.43%
B=48.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6511720.100.8500.72293.1173.4916.27
Hex41B48A550481254910
Octal1011311012125011044511120
Binary1000001101110010001010101010101001000100100101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410B48; }

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

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

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

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

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

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

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

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