Html Css Color HEX #441148 Mardi Gras

📋 copy color: '#441148'

red 68 ◦ green 17 ◦ blue 72

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

Shades of Mardi Gras #441148

Tints of Mardi Gras #441148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 43.31%
G = 10.83%
B = 45.86%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441148 (or 0x441148) is known color: Mardi Gras. HEX triplet: 44, 11 and 48. RGB value is (68,17,72). Sum of RGB (Red+Green+Blue) = 68+17+72=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #441148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441148 is #BBEEB7. Grayscale: #262626. Windows color (decimal): -12316344 or 4723012. OLE color: 4723012.

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

Color convert

RGB 68 17 72 -
CMYK 0.06 0.76 0 0.72
HSL 295.64º 0.62% 0.17% -
HSV(B) 295.64º 0.76% 0.28% -
XYZ 3.75 2.1 6.34 -
YUV 38.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 68 17 72 0.06 0.76 0 0.72 295.64 0.62 0.17
Hex 44 11 48 6 4C 0 48 128 3E 11
Octal 104 21 110 6 114 0 110 450 76 21
Binary 1000100 10001 1001000 110 1001100 0 1001000 100101000 111110 10001

Color Harmonies of #441148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441148

Black with #441148

Text Example


Text Example

White with #441148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441148; }

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

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

background-color css

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

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

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

border-color css

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

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

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