Html Css Color HEX #41043E Mardi Gras

📋 copy color: '#41043E'

red 65 ◦ green 4 ◦ blue 62

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

Shades of Mardi Gras #41043E

Tints of Mardi Gras #41043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

 BLUE value IS 62 (24.61% from 255) = 47.33%

R = 49.62%
G = 3.05%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#41043E (or 0x41043E) is known color: Mardi Gras. HEX triplet: 41, 04 and 3E. RGB value is (65,4,62). Sum of RGB (Red+Green+Blue) = 65+4+62=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41043E is #BEFBC1. Grayscale: #1C1C1C. Windows color (decimal): -12516290 or 4064321. OLE color: 4064321.

HSL color Cylindrical-coordinate representation of color #41043E: hue angle of 302.95º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41043E is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 62 -
CMYK 0 0.94 0.05 0.75
HSL 302.95º 0.88% 0.14% -
HSV(B) 302.95º 0.94% 0.25% -
XYZ 3.09 1.56 4.7 -
YUV 28.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 65 4 62 0 0.94 0.05 0.75 302.95 0.88 0.14
Hex 41 4 3E 0 5E 5 4B 12F 58 E
Octal 101 4 76 0 136 5 113 457 130 16
Binary 1000001 100 111110 0 1011110 101 1001011 100101111 1011000 1110

Color Harmonies of #41043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41043E

Black with #41043E

Text Example


Text Example

White with #41043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41043E; }

 p { color: rgb(65,4,62); }

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

background-color css

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

 a { background-color: rgb(65,4,62); }

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

border-color css

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

 span { border-color: rgb(65,4,62); }

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