Html Css Color HEX #411848 Mardi Gras

📋 copy color: '#411848'

red 65 ◦ green 24 ◦ blue 72

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

Shades of Mardi Gras #411848

Tints of Mardi Gras #411848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 40.37%
G = 14.91%
B = 44.72%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411848 (or 0x411848) is known color: Mardi Gras. HEX triplet: 41, 18 and 48. RGB value is (65,24,72). Sum of RGB (Red+Green+Blue) = 65+24+72=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #411848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411848 is #BEE7B7. Grayscale: #292929. Windows color (decimal): -12511160 or 4724801. OLE color: 4724801.

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

Color convert

RGB 65 24 72 -
CMYK 0.10 0.67 0 0.72
HSL 291.25º 0.5% 0.19% -
HSV(B) 291.25º 0.67% 0.28% -
XYZ 3.68 2.24 6.37 -
YUV 41.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 65 24 72 0.10 0.67 0 0.72 291.25 0.5 0.19
Hex 41 18 48 A 43 0 48 123 32 13
Octal 101 30 110 12 103 0 110 443 62 23
Binary 1000001 11000 1001000 1010 1000011 0 1001000 100100011 110010 10011

Color Harmonies of #411848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411848

Black with #411848

Text Example


Text Example

White with #411848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411848; }

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

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

background-color css

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

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

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

border-color css

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

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

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