Html Css Color HEX #440140 Mardi Gras

📋 copy color: '#440140'

red 68 ◦ green 1 ◦ blue 64

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

Shades of Mardi Gras #440140

Tints of Mardi Gras #440140

RGB

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

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

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

R = 51.13%
G = 0.75%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440140 (or 0x440140) is known color: Mardi Gras. HEX triplet: 44, 01 and 40. RGB value is (68,1,64). Sum of RGB (Red+Green+Blue) = 68+1+64=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #440140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440140 is #BBFEBF. Grayscale: #1C1C1C. Windows color (decimal): -12320448 or 4194628. OLE color: 4194628.

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

Color convert

RGB 68 1 64 -
CMYK 0 0.99 0.06 0.73
HSL 303.58º 0.97% 0.14% -
HSV(B) 303.58º 0.99% 0.27% -
XYZ 3.32 1.62 4.99 -
YUV 28.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 68 1 64 0 0.99 0.06 0.73 303.58 0.97 0.14
Hex 44 1 40 0 63 6 49 130 61 E
Octal 104 1 100 0 143 6 111 460 141 16
Binary 1000100 1 1000000 0 1100011 110 1001001 100110000 1100001 1110

Color Harmonies of #440140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440140

Black with #440140

Text Example


Text Example

White with #440140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440140; }

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

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

background-color css

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

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

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

border-color css

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

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

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