Html Css Color HEX #440640 Mardi Gras

📋 copy color: '#440640'

red 68 ◦ green 6 ◦ blue 64

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

Shades of Mardi Gras #440640

Tints of Mardi Gras #440640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 49.28%
G = 4.35%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440640 (or 0x440640) is known color: Mardi Gras. HEX triplet: 44, 06 and 40. RGB value is (68,6,64). Sum of RGB (Red+Green+Blue) = 68+6+64=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440640 is #BBF9BF. Grayscale: #1E1E1E. Windows color (decimal): -12319168 or 4195908. OLE color: 4195908.

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

Color convert

RGB 68 6 64 -
CMYK 0 0.91 0.06 0.73
HSL 303.87º 0.84% 0.15% -
HSV(B) 303.87º 0.91% 0.27% -
XYZ 3.37 1.73 5.01 -
YUV 31.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 68 6 64 0 0.91 0.06 0.73 303.87 0.84 0.15
Hex 44 6 40 0 5B 6 49 130 54 F
Octal 104 6 100 0 133 6 111 460 124 17
Binary 1000100 110 1000000 0 1011011 110 1001001 100110000 1010100 1111

Color Harmonies of #440640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440640

Black with #440640

Text Example


Text Example

White with #440640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440640; }

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

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

background-color css

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

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

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

border-color css

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

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

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