Html Css Color HEX #41043A Mardi Gras

📋 copy color: '#41043A'

red 65 ◦ green 4 ◦ blue 58

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

Shades of Mardi Gras #41043A

Tints of Mardi Gras #41043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.67%

R = 51.18%
G = 3.15%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41043A (or 0x41043A) is known color: Mardi Gras. HEX triplet: 41, 04 and 3A. RGB value is (65,4,58). Sum of RGB (Red+Green+Blue) = 65+4+58=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41043A is #BEFBC5. Grayscale: #1C1C1C. Windows color (decimal): -12516294 or 3802177. OLE color: 3802177.

HSL color Cylindrical-coordinate representation of color #41043A: hue angle of 306.89º 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 #41043A is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 58 -
CMYK 0 0.94 0.11 0.75
HSL 306.89º 0.88% 0.14% -
HSV(B) 306.89º 0.94% 0.25% -
XYZ 2.99 1.52 4.14 -
YUV 28.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 65 4 58 0 0.94 0.11 0.75 306.89 0.88 0.14
Hex 41 4 3A 0 5E B 4B 133 58 E
Octal 101 4 72 0 136 13 113 463 130 16
Binary 1000001 100 111010 0 1011110 1011 1001011 100110011 1011000 1110

Color Harmonies of #41043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41043A

Black with #41043A

Text Example


Text Example

White with #41043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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