Html Css Color HEX #411044 Mardi Gras

📋 copy color: '#411044'

red 65 ◦ green 16 ◦ blue 68

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

Shades of Mardi Gras #411044

Tints of Mardi Gras #411044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 43.62%
G = 10.74%
B = 45.64%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#411044 (or 0x411044) is known color: Mardi Gras. HEX triplet: 41, 10 and 44. RGB value is (65,16,68). Sum of RGB (Red+Green+Blue) = 65+16+68=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #411044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411044 is #BEEFBB. Grayscale: #242424. Windows color (decimal): -12513212 or 4460609. OLE color: 4460609.

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

Color convert

RGB 65 16 68 -
CMYK 0.04 0.76 0 0.73
HSL 296.54º 0.62% 0.16% -
HSV(B) 296.54º 0.76% 0.27% -
XYZ 3.41 1.91 5.66 -
YUV 36.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 65 16 68 0.04 0.76 0 0.73 296.54 0.62 0.16
Hex 41 10 44 4 4C 0 49 129 3E 10
Octal 101 20 104 4 114 0 111 451 76 20
Binary 1000001 10000 1000100 100 1001100 0 1001001 100101001 111110 10000

Color Harmonies of #411044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411044

Black with #411044

Text Example


Text Example

White with #411044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411044; }

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

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

background-color css

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

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

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

border-color css

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

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

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