Html Css Color HEX #440340 Mardi Gras

📋 copy color: '#440340'

red 68 ◦ green 3 ◦ blue 64

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

Shades of Mardi Gras #440340

Tints of Mardi Gras #440340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 50.37%
G = 2.22%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440340 (or 0x440340) is known color: Mardi Gras. HEX triplet: 44, 03 and 40. RGB value is (68,3,64). Sum of RGB (Red+Green+Blue) = 68+3+64=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #440340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440340 is #BBFCBF. Grayscale: #1D1D1D. Windows color (decimal): -12319936 or 4195140. OLE color: 4195140.

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

Color convert

RGB 68 3 64 -
CMYK 0 0.96 0.06 0.73
HSL 303.69º 0.92% 0.14% -
HSV(B) 303.69º 0.96% 0.27% -
XYZ 3.34 1.66 5 -
YUV 29.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 68 3 64 0 0.96 0.06 0.73 303.69 0.92 0.14
Hex 44 3 40 0 60 6 49 130 5C E
Octal 104 3 100 0 140 6 111 460 134 16
Binary 1000100 11 1000000 0 1100000 110 1001001 100110000 1011100 1110

Color Harmonies of #440340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440340

Black with #440340

Text Example


Text Example

White with #440340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440340; }

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

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

background-color css

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

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

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

border-color css

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

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

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