Html Css Color HEX #400044 Mardi Gras

📋 copy color: '#400044'

red 64 ◦ green 0 ◦ blue 68

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

Shades of Mardi Gras #400044

Tints of Mardi Gras #400044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 51.52%

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400044 (or 0x400044) is known color: Mardi Gras. HEX triplet: 40, 00 and 44. RGB value is (64,0,68). Sum of RGB (Red+Green+Blue) = 64+0+68=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #400044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400044 is #BFFFBB. Grayscale: #1A1A1A. Windows color (decimal): -12582844 or 4456512. OLE color: 4456512.

HSL color Cylindrical-coordinate representation of color #400044: hue angle of 296.47º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400044 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 0 68 -
CMYK 0.06 1 0 0.73
HSL 296.47º 1% 0.13% -
HSV(B) 296.47º 1% 0.27% -
XYZ 3.16 1.51 5.59 -
YUV 26.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 64 0 68 0.06 1 0 0.73 296.47 1 0.13
Hex 40 0 44 6 64 0 49 128 64 D
Octal 100 0 104 6 144 0 111 450 144 15
Binary 1000000 0 1000100 110 1100100 0 1001001 100101000 1100100 1101

Color Harmonies of #400044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400044

Black with #400044

Text Example


Text Example

White with #400044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400044; }

 p { color: rgb(64,0,68); }

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

background-color css

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

 a { background-color: rgb(64,0,68); }

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

border-color css

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

 span { border-color: rgb(64,0,68); }

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