Html Css Color HEX #411947 Mardi Gras

📋 copy color: '#411947'

red 65 ◦ green 25 ◦ blue 71

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

Shades of Mardi Gras #411947

Tints of Mardi Gras #411947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 40.37%
G = 15.53%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411947 (or 0x411947) is known color: Mardi Gras. HEX triplet: 41, 19 and 47. RGB value is (65,25,71). Sum of RGB (Red+Green+Blue) = 65+25+71=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #411947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411947 is #BEE6B8. Grayscale: #2A2A2A. Windows color (decimal): -12510905 or 4659521. OLE color: 4659521.

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

Color convert

RGB 65 25 71 -
CMYK 0.08 0.65 0 0.72
HSL 292.17º 0.48% 0.19% -
HSV(B) 292.17º 0.65% 0.28% -
XYZ 3.66 2.27 6.21 -
YUV 42.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 65 25 71 0.08 0.65 0 0.72 292.17 0.48 0.19
Hex 41 19 47 8 41 0 48 124 30 13
Octal 101 31 107 10 101 0 110 444 60 23
Binary 1000001 11001 1000111 1000 1000001 0 1001000 100100100 110000 10011

Color Harmonies of #411947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411947

Black with #411947

Text Example


Text Example

White with #411947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411947; }

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

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

background-color css

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

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

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

border-color css

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

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

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