Html Css Color HEX #411347 Mardi Gras

📋 copy color: '#411347'

red 65 ◦ green 19 ◦ blue 71

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

Shades of Mardi Gras #411347

Tints of Mardi Gras #411347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 41.94%
G = 12.26%
B = 45.81%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411347 (or 0x411347) is known color: Mardi Gras. HEX triplet: 41, 13 and 47. RGB value is (65,19,71). Sum of RGB (Red+Green+Blue) = 65+19+71=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #411347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411347 is #BEECB8. Grayscale: #262626. Windows color (decimal): -12512441 or 4657985. OLE color: 4657985.

HSL color Cylindrical-coordinate representation of color #411347: hue angle of 293.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411347 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 19 71 -
CMYK 0.08 0.73 0 0.72
HSL 293.08º 0.58% 0.18% -
HSV(B) 293.08º 0.73% 0.28% -
XYZ 3.55 2.04 6.17 -
YUV 38.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 65 19 71 0.08 0.73 0 0.72 293.08 0.58 0.18
Hex 41 13 47 8 49 0 48 125 3A 12
Octal 101 23 107 10 111 0 110 445 72 22
Binary 1000001 10011 1000111 1000 1001001 0 1001000 100100101 111010 10010

Color Harmonies of #411347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411347

Black with #411347

Text Example


Text Example

White with #411347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411347; }

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

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

background-color css

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

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

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

border-color css

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

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

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