Html Css Color HEX #440141 Mardi Gras

📋 copy color: '#440141'

red 68 ◦ green 1 ◦ blue 65

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

Shades of Mardi Gras #440141

Tints of Mardi Gras #440141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 50.75%
G = 0.75%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440141 (or 0x440141) is known color: Mardi Gras. HEX triplet: 44, 01 and 41. RGB value is (68,1,65). Sum of RGB (Red+Green+Blue) = 68+1+65=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #440141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440141 is #BBFEBE. Grayscale: #1C1C1C. Windows color (decimal): -12320447 or 4260164. OLE color: 4260164.

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

Color convert

RGB 68 1 65 -
CMYK 0 0.99 0.04 0.73
HSL 302.69º 0.97% 0.14% -
HSV(B) 302.69º 0.99% 0.27% -
XYZ 3.35 1.63 5.14 -
YUV 28.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 68 1 65 0 0.99 0.04 0.73 302.69 0.97 0.14
Hex 44 1 41 0 63 4 49 12F 61 E
Octal 104 1 101 0 143 4 111 457 141 16
Binary 1000100 1 1000001 0 1100011 100 1001001 100101111 1100001 1110

Color Harmonies of #440141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440141

Black with #440141

Text Example


Text Example

White with #440141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440141; }

 p { color: rgb(68,1,65); }

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

background-color css

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

 a { background-color: rgb(68,1,65); }

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

border-color css

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

 span { border-color: rgb(68,1,65); }

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