Html Css Color HEX #440442 Mardi Gras

📋 copy color: '#440442'

red 68 ◦ green 4 ◦ blue 66

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

Shades of Mardi Gras #440442

Tints of Mardi Gras #440442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 49.28%
G = 2.9%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#440442 (or 0x440442) is known color: Mardi Gras. HEX triplet: 44, 04 and 42. RGB value is (68,4,66). Sum of RGB (Red+Green+Blue) = 68+4+66=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440442 is #BBFBBD. Grayscale: #1E1E1E. Windows color (decimal): -12319678 or 4326468. OLE color: 4326468.

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

Color convert

RGB 68 4 66 -
CMYK 0 0.94 0.03 0.73
HSL 301.88º 0.89% 0.14% -
HSV(B) 301.88º 0.94% 0.27% -
XYZ 3.41 1.71 5.3 -
YUV 30.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 68 4 66 0 0.94 0.03 0.73 301.88 0.89 0.14
Hex 44 4 42 0 5E 3 49 12E 59 E
Octal 104 4 102 0 136 3 111 456 131 16
Binary 1000100 100 1000010 0 1011110 11 1001001 100101110 1011001 1110

Color Harmonies of #440442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440442

Black with #440442

Text Example


Text Example

White with #440442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440442; }

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

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

background-color css

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

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

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

border-color css

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

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

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