Html Css Color HEX #44024A Mardi Gras

📋 copy color: '#44024A'

red 68 ◦ green 2 ◦ blue 74

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

Shades of Mardi Gras #44024A

Tints of Mardi Gras #44024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 47.22%
G = 1.39%
B = 51.39%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44024A (or 0x44024A) is known color: Mardi Gras. HEX triplet: 44, 02 and 4A. RGB value is (68,2,74). Sum of RGB (Red+Green+Blue) = 68+2+74=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #44024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44024A is #BBFDB5. Grayscale: #1D1D1D. Windows color (decimal): -12320182 or 4850244. OLE color: 4850244.

HSL color Cylindrical-coordinate representation of color #44024A: hue angle of 295º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44024A is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 2 74 -
CMYK 0.08 0.97 0 0.71
HSL 295º 0.95% 0.15% -
HSV(B) 295º 0.97% 0.29% -
XYZ 3.64 1.77 6.63 -
YUV 29.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 68 2 74 0.08 0.97 0 0.71 295 0.95 0.15
Hex 44 2 4A 8 61 0 47 127 5F F
Octal 104 2 112 10 141 0 107 447 137 17
Binary 1000100 10 1001010 1000 1100001 0 1000111 100100111 1011111 1111

Color Harmonies of #44024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44024A

Black with #44024A

Text Example


Text Example

White with #44024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44024A; }

 p { color: rgb(68,2,74); }

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

background-color css

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

 a { background-color: rgb(68,2,74); }

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

border-color css

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

 span { border-color: rgb(68,2,74); }

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