Html Css Color HEX #400143 Mardi Gras

📋 copy color: '#400143'

red 64 ◦ green 1 ◦ blue 67

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

Shades of Mardi Gras #400143

Tints of Mardi Gras #400143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 48.48%
G = 0.76%
B = 50.76%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#400143 (or 0x400143) is known color: Mardi Gras. HEX triplet: 40, 01 and 43. RGB value is (64,1,67). Sum of RGB (Red+Green+Blue) = 64+1+67=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #400143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400143 is #BFFEBC. Grayscale: #1B1B1B. Windows color (decimal): -12582589 or 4391232. OLE color: 4391232.

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

Color convert

RGB 64 1 67 -
CMYK 0.04 0.99 0 0.74
HSL 297.27º 0.97% 0.13% -
HSV(B) 297.27º 0.99% 0.26% -
XYZ 3.14 1.52 5.44 -
YUV 27.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 64 1 67 0.04 0.99 0 0.74 297.27 0.97 0.13
Hex 40 1 43 4 63 0 4A 129 61 D
Octal 100 1 103 4 143 0 112 451 141 15
Binary 1000000 1 1000011 100 1100011 0 1001010 100101001 1100001 1101

Color Harmonies of #400143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400143

Black with #400143

Text Example


Text Example

White with #400143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400143; }

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

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

background-color css

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

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

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

border-color css

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

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

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