Html Css Color HEX #440548 Mardi Gras

📋 copy color: '#440548'

red 68 ◦ green 5 ◦ blue 72

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

Shades of Mardi Gras #440548

Tints of Mardi Gras #440548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 46.9%
G = 3.45%
B = 49.66%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440548 (or 0x440548) is known color: Mardi Gras. HEX triplet: 44, 05 and 48. RGB value is (68,5,72). Sum of RGB (Red+Green+Blue) = 68+5+72=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #440548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440548 is #BBFAB7. Grayscale: #1F1F1F. Windows color (decimal): -12319416 or 4719940. OLE color: 4719940.

HSL color Cylindrical-coordinate representation of color #440548: hue angle of 296.42º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440548 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 5 72 -
CMYK 0.06 0.93 0 0.72
HSL 296.42º 0.87% 0.15% -
HSV(B) 296.42º 0.93% 0.28% -
XYZ 3.61 1.81 6.29 -
YUV 31.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 68 5 72 0.06 0.93 0 0.72 296.42 0.87 0.15
Hex 44 5 48 6 5D 0 48 128 57 F
Octal 104 5 110 6 135 0 110 450 127 17
Binary 1000100 101 1001000 110 1011101 0 1001000 100101000 1010111 1111

Color Harmonies of #440548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440548

Black with #440548

Text Example


Text Example

White with #440548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440548; }

 p { color: rgb(68,5,72); }

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

background-color css

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

 a { background-color: rgb(68,5,72); }

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

border-color css

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

 span { border-color: rgb(68,5,72); }

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