Html Css Color HEX #411247 Mardi Gras

📋 copy color: '#411247'

red 65 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #411247

Tints of Mardi Gras #411247

RGB

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

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

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

R = 42.21%
G = 11.69%
B = 46.1%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411247 (or 0x411247) is known color: Mardi Gras. HEX triplet: 41, 12 and 47. RGB value is (65,18,71). Sum of RGB (Red+Green+Blue) = 65+18+71=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #411247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411247 is #BEEDB8. Grayscale: #252525. Windows color (decimal): -12512697 or 4657729. OLE color: 4657729.

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

Color convert

RGB 65 18 71 -
CMYK 0.08 0.75 0 0.72
HSL 293.21º 0.6% 0.17% -
HSV(B) 293.21º 0.75% 0.28% -
XYZ 3.53 2.01 6.16 -
YUV 38.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 65 18 71 0.08 0.75 0 0.72 293.21 0.6 0.17
Hex 41 12 47 8 4B 0 48 125 3C 11
Octal 101 22 107 10 113 0 110 445 74 21
Binary 1000001 10010 1000111 1000 1001011 0 1001000 100100101 111100 10001

Color Harmonies of #411247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411247

Black with #411247

Text Example


Text Example

White with #411247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411247; }

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

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

background-color css

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

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

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

border-color css

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

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

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