Html Css Color HEX #411149 Mardi Gras

📋 copy color: '#411149'

red 65 ◦ green 17 ◦ blue 73

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

Shades of Mardi Gras #411149

Tints of Mardi Gras #411149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 41.94%
G = 10.97%
B = 47.1%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#411149 (or 0x411149) is known color: Mardi Gras. HEX triplet: 41, 11 and 49. RGB value is (65,17,73). Sum of RGB (Red+Green+Blue) = 65+17+73=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #411149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411149 is #BEEEB6. Grayscale: #252525. Windows color (decimal): -12512951 or 4788545. OLE color: 4788545.

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

Color convert

RGB 65 17 73 -
CMYK 0.11 0.77 0 0.71
HSL 291.43º 0.62% 0.18% -
HSV(B) 291.43º 0.77% 0.29% -
XYZ 3.58 2.01 6.5 -
YUV 37.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 65 17 73 0.11 0.77 0 0.71 291.43 0.62 0.18
Hex 41 11 49 B 4D 0 47 123 3E 12
Octal 101 21 111 13 115 0 107 443 76 22
Binary 1000001 10001 1001001 1011 1001101 0 1000111 100100011 111110 10010

Color Harmonies of #411149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411149

Black with #411149

Text Example


Text Example

White with #411149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411149; }

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

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

background-color css

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

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

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

border-color css

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

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

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