Html Css Color HEX #401741 Mardi Gras

📋 copy color: '#401741'

red 64 ◦ green 23 ◦ blue 65

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

Shades of Mardi Gras #401741

Tints of Mardi Gras #401741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 42.11%
G = 15.13%
B = 42.76%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401741 (or 0x401741) is known color: Mardi Gras. HEX triplet: 40, 17 and 41. RGB value is (64,23,65). Sum of RGB (Red+Green+Blue) = 64+23+65=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #401741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401741 is #BFE8BE. Grayscale: #272727. Windows color (decimal): -12576959 or 4265792. OLE color: 4265792.

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

Color convert

RGB 64 23 65 -
CMYK 0.02 0.65 0 0.75
HSL 298.57º 0.48% 0.17% -
HSV(B) 298.57º 0.65% 0.25% -
XYZ 3.37 2.08 5.23 -
YUV 40.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 64 23 65 0.02 0.65 0 0.75 298.57 0.48 0.17
Hex 40 17 41 2 41 0 4B 12B 30 11
Octal 100 27 101 2 101 0 113 453 60 21
Binary 1000000 10111 1000001 10 1000001 0 1001011 100101011 110000 10001

Color Harmonies of #401741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401741

Black with #401741

Text Example


Text Example

White with #401741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401741; }

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

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

background-color css

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

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

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

border-color css

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

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

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