Html Css Color HEX #411648 Mardi Gras

📋 copy color: '#411648'

red 65 ◦ green 22 ◦ blue 72

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

Shades of Mardi Gras #411648

Tints of Mardi Gras #411648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 40.88%
G = 13.84%
B = 45.28%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411648 (or 0x411648) is known color: Mardi Gras. HEX triplet: 41, 16 and 48. RGB value is (65,22,72). Sum of RGB (Red+Green+Blue) = 65+22+72=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #411648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411648 is #BEE9B7. Grayscale: #282828. Windows color (decimal): -12511672 or 4724289. OLE color: 4724289.

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

Color convert

RGB 65 22 72 -
CMYK 0.10 0.69 0 0.72
HSL 291.6º 0.53% 0.18% -
HSV(B) 291.6º 0.69% 0.28% -
XYZ 3.64 2.17 6.36 -
YUV 40.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 65 22 72 0.10 0.69 0 0.72 291.6 0.53 0.18
Hex 41 16 48 A 45 0 48 124 35 12
Octal 101 26 110 12 105 0 110 444 65 22
Binary 1000001 10110 1001000 1010 1000101 0 1001000 100100100 110101 10010

Color Harmonies of #411648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411648

Black with #411648

Text Example


Text Example

White with #411648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411648; }

 p { color: rgb(65,22,72); }

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

background-color css

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

 a { background-color: rgb(65,22,72); }

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

border-color css

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

 span { border-color: rgb(65,22,72); }

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