Html Css Color HEX #440341 Mardi Gras

📋 copy color: '#440341'

red 68 ◦ green 3 ◦ blue 65

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

Shades of Mardi Gras #440341

Tints of Mardi Gras #440341

RGB

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

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

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

R = 50%
G = 2.21%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440341 (or 0x440341) is known color: Mardi Gras. HEX triplet: 44, 03 and 41. RGB value is (68,3,65). Sum of RGB (Red+Green+Blue) = 68+3+65=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440341 is #BBFCBE. Grayscale: #1D1D1D. Windows color (decimal): -12319935 or 4260676. OLE color: 4260676.

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

Color convert

RGB 68 3 65 -
CMYK 0 0.96 0.04 0.73
HSL 302.77º 0.92% 0.14% -
HSV(B) 302.77º 0.96% 0.27% -
XYZ 3.37 1.68 5.15 -
YUV 29.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 68 3 65 0 0.96 0.04 0.73 302.77 0.92 0.14
Hex 44 3 41 0 60 4 49 12F 5C E
Octal 104 3 101 0 140 4 111 457 134 16
Binary 1000100 11 1000001 0 1100000 100 1001001 100101111 1011100 1110

Color Harmonies of #440341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440341

Black with #440341

Text Example


Text Example

White with #440341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440341; }

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

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

background-color css

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

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

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

border-color css

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

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

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