Html Css Color HEX #411544 Mardi Gras

📋 copy color: '#411544'

red 65 ◦ green 21 ◦ blue 68

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

Shades of Mardi Gras #411544

Tints of Mardi Gras #411544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

 BLUE value IS 68 (26.95% from 255) = 44.16%

R = 42.21%
G = 13.64%
B = 44.16%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#411544 (or 0x411544) is known color: Mardi Gras. HEX triplet: 41, 15 and 44. RGB value is (65,21,68). Sum of RGB (Red+Green+Blue) = 65+21+68=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #411544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411544 is #BEEABB. Grayscale: #272727. Windows color (decimal): -12511932 or 4461889. OLE color: 4461889.

HSL color Cylindrical-coordinate representation of color #411544: hue angle of 296.17º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411544 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 21 68 -
CMYK 0.04 0.69 0 0.73
HSL 296.17º 0.53% 0.17% -
HSV(B) 296.17º 0.69% 0.27% -
XYZ 3.49 2.08 5.69 -
YUV 39.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 65 21 68 0.04 0.69 0 0.73 296.17 0.53 0.17
Hex 41 15 44 4 45 0 49 128 35 11
Octal 101 25 104 4 105 0 111 450 65 21
Binary 1000001 10101 1000100 100 1000101 0 1001001 100101000 110101 10001

Color Harmonies of #411544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411544

Black with #411544

Text Example


Text Example

White with #411544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411544; }

 p { color: rgb(65,21,68); }

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

background-color css

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

 a { background-color: rgb(65,21,68); }

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

border-color css

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

 span { border-color: rgb(65,21,68); }

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