Html Css Color HEX #401141 Mardi Gras

📋 copy color: '#401141'

red 64 ◦ green 17 ◦ blue 65

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

Shades of Mardi Gras #401141

Tints of Mardi Gras #401141

RGB

 RED value IS 64 (25.39% from 255) = 43.84%

 GREEN value IS 17 (7.03% from 255) = 11.64%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 43.84%
G = 11.64%
B = 44.52%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401141 (or 0x401141) is known color: Mardi Gras. HEX triplet: 40, 11 and 41. RGB value is (64,17,65). Sum of RGB (Red+Green+Blue) = 64+17+65=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #401141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401141 is #BFEEBE. Grayscale: #242424. Windows color (decimal): -12578495 or 4264256. OLE color: 4264256.

HSL color Cylindrical-coordinate representation of color #401141: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401141 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 65 -
CMYK 0.02 0.74 0 0.75
HSL 298.75º 0.59% 0.16% -
HSV(B) 298.75º 0.74% 0.25% -
XYZ 3.27 1.87 5.19 -
YUV 36.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 64 17 65 0.02 0.74 0 0.75 298.75 0.59 0.16
Hex 40 11 41 2 4A 0 4B 12B 3B 10
Octal 100 21 101 2 112 0 113 453 73 20
Binary 1000000 10001 1000001 10 1001010 0 1001011 100101011 111011 10000

Color Harmonies of #401141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401141

Black with #401141

Text Example


Text Example

White with #401141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401141; }

 p { color: rgb(64,17,65); }

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

background-color css

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

 a { background-color: rgb(64,17,65); }

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

border-color css

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

 span { border-color: rgb(64,17,65); }

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