Html Css Color HEX #401143 Mardi Gras

📋 copy color: '#401143'

red 64 ◦ green 17 ◦ blue 67

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

Shades of Mardi Gras #401143

Tints of Mardi Gras #401143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 45.27%

R = 43.24%
G = 11.49%
B = 45.27%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#401143 (or 0x401143) is known color: Mardi Gras. HEX triplet: 40, 11 and 43. RGB value is (64,17,67). Sum of RGB (Red+Green+Blue) = 64+17+67=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #401143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401143 is #BFEEBC. Grayscale: #242424. Windows color (decimal): -12578493 or 4395328. OLE color: 4395328.

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

Color convert

RGB 64 17 67 -
CMYK 0.04 0.75 0 0.74
HSL 296.4º 0.6% 0.16% -
HSV(B) 296.4º 0.75% 0.26% -
XYZ 3.33 1.9 5.5 -
YUV 36.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 64 17 67 0.04 0.75 0 0.74 296.4 0.6 0.16
Hex 40 11 43 4 4B 0 4A 128 3C 10
Octal 100 21 103 4 113 0 112 450 74 20
Binary 1000000 10001 1000011 100 1001011 0 1001010 100101000 111100 10000

Color Harmonies of #401143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401143

Black with #401143

Text Example


Text Example

White with #401143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401143; }

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

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

background-color css

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

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

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

border-color css

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

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

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