Html Css Color HEX #441147 Mardi Gras

📋 copy color: '#441147'

red 68 ◦ green 17 ◦ blue 71

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

Shades of Mardi Gras #441147

Tints of Mardi Gras #441147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.51%

R = 43.59%
G = 10.9%
B = 45.51%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441147 (or 0x441147) is known color: Mardi Gras. HEX triplet: 44, 11 and 47. RGB value is (68,17,71). Sum of RGB (Red+Green+Blue) = 68+17+71=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #441147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441147 is #BBEEB8. Grayscale: #262626. Windows color (decimal): -12316345 or 4657476. OLE color: 4657476.

HSL color Cylindrical-coordinate representation of color #441147: hue angle of 296.67º degrees, saturation: 0.61, 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 #441147 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 17 71 -
CMYK 0.04 0.76 0 0.72
HSL 296.67º 0.61% 0.17% -
HSV(B) 296.67º 0.76% 0.28% -
XYZ 3.72 2.08 6.17 -
YUV 38.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 68 17 71 0.04 0.76 0 0.72 296.67 0.61 0.17
Hex 44 11 47 4 4C 0 48 129 3D 11
Octal 104 21 107 4 114 0 110 451 75 21
Binary 1000100 10001 1000111 100 1001100 0 1001000 100101001 111101 10001

Color Harmonies of #441147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441147

Black with #441147

Text Example


Text Example

White with #441147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441147; }

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

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

background-color css

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

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

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

border-color css

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

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

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