Html Css Color HEX #440740 Mardi Gras

📋 copy color: '#440740'

red 68 ◦ green 7 ◦ blue 64

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

Shades of Mardi Gras #440740

Tints of Mardi Gras #440740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 48.92%
G = 5.04%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440740 (or 0x440740) is known color: Mardi Gras. HEX triplet: 44, 07 and 40. RGB value is (68,7,64). Sum of RGB (Red+Green+Blue) = 68+7+64=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #440740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440740 is #BBF8BF. Grayscale: #1F1F1F. Windows color (decimal): -12318912 or 4196164. OLE color: 4196164.

HSL color Cylindrical-coordinate representation of color #440740: hue angle of 303.93º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440740 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 64 -
CMYK 0 0.90 0.06 0.73
HSL 303.93º 0.81% 0.15% -
HSV(B) 303.93º 0.9% 0.27% -
XYZ 3.39 1.75 5.01 -
YUV 31.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 68 7 64 0 0.90 0.06 0.73 303.93 0.81 0.15
Hex 44 7 40 0 5A 6 49 130 51 F
Octal 104 7 100 0 132 6 111 460 121 17
Binary 1000100 111 1000000 0 1011010 110 1001001 100110000 1010001 1111

Color Harmonies of #440740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440740

Black with #440740

Text Example


Text Example

White with #440740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440740; }

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

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

background-color css

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

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

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

border-color css

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

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

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