Html Css Color HEX #440043 Mardi Gras

📋 copy color: '#440043'

red 68 ◦ green 0 ◦ blue 67

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

Shades of Mardi Gras #440043

Tints of Mardi Gras #440043

RGB

 RED value IS 68 (26.95% from 255) = 50.37%

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

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

R = 50.37%
G = 0%
B = 49.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#440043 (or 0x440043) is known color: Mardi Gras. HEX triplet: 44, 00 and 43. RGB value is (68,0,67). Sum of RGB (Red+Green+Blue) = 68+0+67=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #440043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440043 is #BBFFBC. Grayscale: #1B1B1B. Windows color (decimal): -12320701 or 4390980. OLE color: 4390980.

HSL color Cylindrical-coordinate representation of color #440043: hue angle of 300.88º 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 #440043 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 0 67 -
CMYK 0 1 0.01 0.73
HSL 300.88º 1% 0.13% -
HSV(B) 300.88º 1% 0.27% -
XYZ 3.4 1.63 5.45 -
YUV 27.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 68 0 67 0 1 0.01 0.73 300.88 1 0.13
Hex 44 0 43 0 64 1 49 12D 64 D
Octal 104 0 103 0 144 1 111 455 144 15
Binary 1000100 0 1000011 0 1100100 1 1001001 100101101 1100100 1101

Color Harmonies of #440043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440043

Black with #440043

Text Example


Text Example

White with #440043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440043; }

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

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

background-color css

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

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

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

border-color css

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

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

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