Html Css Color HEX #400643 Mardi Gras

📋 copy color: '#400643'

red 64 ◦ green 6 ◦ blue 67

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

Shades of Mardi Gras #400643

Tints of Mardi Gras #400643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

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

R = 46.72%
G = 4.38%
B = 48.91%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#400643 (or 0x400643) is known color: Mardi Gras. HEX triplet: 40, 06 and 43. RGB value is (64,6,67). Sum of RGB (Red+Green+Blue) = 64+6+67=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #400643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400643 is #BFF9BC. Grayscale: #1E1E1E. Windows color (decimal): -12581309 or 4392512. OLE color: 4392512.

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

Color convert

RGB 64 6 67 -
CMYK 0.04 0.91 0 0.74
HSL 297.05º 0.84% 0.14% -
HSV(B) 297.05º 0.91% 0.26% -
XYZ 3.19 1.63 5.46 -
YUV 30.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 64 6 67 0.04 0.91 0 0.74 297.05 0.84 0.14
Hex 40 6 43 4 5B 0 4A 129 54 E
Octal 100 6 103 4 133 0 112 451 124 16
Binary 1000000 110 1000011 100 1011011 0 1001010 100101001 1010100 1110

Color Harmonies of #400643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400643

Black with #400643

Text Example


Text Example

White with #400643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400643; }

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

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

background-color css

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

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

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

border-color css

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

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

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