Html Css Color HEX #411249 Mardi Gras

📋 copy color: '#411249'

red 65 ◦ green 18 ◦ blue 73

#411249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #411249

Tints of Mardi Gras #411249

RGB

 RED value IS 65 (25.78% from 255) = 41.67%

 GREEN value IS 18 (7.42% from 255) = 11.54%

 BLUE value IS 73 (28.91% from 255) = 46.79%

R = 41.67%
G = 11.54%
B = 46.79%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#411249 (or 0x411249) is known color: Mardi Gras. HEX triplet: 41, 12 and 49. RGB value is (65,18,73). Sum of RGB (Red+Green+Blue) = 65+18+73=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #411249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411249 is #BEEDB6. Grayscale: #262626. Windows color (decimal): -12512695 or 4788801. OLE color: 4788801.

HSL color Cylindrical-coordinate representation of color #411249: hue angle of 291.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411249 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 18 73 -
CMYK 0.11 0.75 0 0.71
HSL 291.27º 0.6% 0.18% -
HSV(B) 291.27º 0.75% 0.29% -
XYZ 3.6 2.04 6.51 -
YUV 38.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 65 18 73 0.11 0.75 0 0.71 291.27 0.6 0.18
Hex 41 12 49 B 4B 0 47 123 3C 12
Octal 101 22 111 13 113 0 107 443 74 22
Binary 1000001 10010 1001001 1011 1001011 0 1000111 100100011 111100 10010

Color Harmonies of #411249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411249

Black with #411249

Text Example


Text Example

White with #411249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411249; }

 p { color: rgb(65,18,73); }

 H1.HeaderClassName
 {
   color: #411249;
 }
 .AnyTagClassName
 {
   color: #411249;
 }
</style>

background-color css

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

 a { background-color: rgb(65,18,73); }

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

border-color css

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

 span { border-color: rgb(65,18,73); }

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