Html Css Color HEX #411147 Mardi Gras

📋 copy color: '#411147'

red 65 ◦ green 17 ◦ blue 71

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

Shades of Mardi Gras #411147

Tints of Mardi Gras #411147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 42.48%
G = 11.11%
B = 46.41%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411147 (or 0x411147) is known color: Mardi Gras. HEX triplet: 41, 11 and 47. RGB value is (65,17,71). Sum of RGB (Red+Green+Blue) = 65+17+71=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #411147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411147 is #BEEEB8. Grayscale: #252525. Windows color (decimal): -12512953 or 4657473. OLE color: 4657473.

HSL color Cylindrical-coordinate representation of color #411147: hue angle of 293.33º degrees, saturation: 0.61, 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 #411147 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 17 71 -
CMYK 0.08 0.76 0 0.72
HSL 293.33º 0.61% 0.17% -
HSV(B) 293.33º 0.76% 0.28% -
XYZ 3.52 1.98 6.16 -
YUV 37.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 65 17 71 0.08 0.76 0 0.72 293.33 0.61 0.17
Hex 41 11 47 8 4C 0 48 125 3D 11
Octal 101 21 107 10 114 0 110 445 75 21
Binary 1000001 10001 1000111 1000 1001100 0 1001000 100100101 111101 10001

Color Harmonies of #411147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411147

Black with #411147

Text Example


Text Example

White with #411147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411147; }

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

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

background-color css

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

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

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

border-color css

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

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

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