Html Css Color HEX #440342 Mardi Gras

📋 copy color: '#440342'

red 68 ◦ green 3 ◦ blue 66

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

Shades of Mardi Gras #440342

Tints of Mardi Gras #440342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 66 (26.17% from 255) = 48.18%

R = 49.64%
G = 2.19%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#440342 (or 0x440342) is known color: Mardi Gras. HEX triplet: 44, 03 and 42. RGB value is (68,3,66). Sum of RGB (Red+Green+Blue) = 68+3+66=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #440342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440342 is #BBFCBD. Grayscale: #1D1D1D. Windows color (decimal): -12319934 or 4326212. OLE color: 4326212.

HSL color Cylindrical-coordinate representation of color #440342: hue angle of 301.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440342 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 3 66 -
CMYK 0 0.96 0.03 0.73
HSL 301.85º 0.92% 0.14% -
HSV(B) 301.85º 0.96% 0.27% -
XYZ 3.4 1.69 5.3 -
YUV 29.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 68 3 66 0 0.96 0.03 0.73 301.85 0.92 0.14
Hex 44 3 42 0 60 3 49 12E 5C E
Octal 104 3 102 0 140 3 111 456 134 16
Binary 1000100 11 1000010 0 1100000 11 1001001 100101110 1011100 1110

Color Harmonies of #440342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440342

Black with #440342

Text Example


Text Example

White with #440342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440342; }

 p { color: rgb(68,3,66); }

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

background-color css

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

 a { background-color: rgb(68,3,66); }

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

border-color css

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

 span { border-color: rgb(68,3,66); }

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