Html Css Color HEX #441047 Mardi Gras

📋 copy color: '#441047'

red 68 ◦ green 16 ◦ blue 71

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

Shades of Mardi Gras #441047

Tints of Mardi Gras #441047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

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

R = 43.87%
G = 10.32%
B = 45.81%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441047 (or 0x441047) is known color: Mardi Gras. HEX triplet: 44, 10 and 47. RGB value is (68,16,71). Sum of RGB (Red+Green+Blue) = 68+16+71=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #441047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441047 is #BBEFB8. Grayscale: #252525. Windows color (decimal): -12316601 or 4657220. OLE color: 4657220.

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

Color convert

RGB 68 16 71 -
CMYK 0.04 0.77 0 0.72
HSL 296.73º 0.63% 0.17% -
HSV(B) 296.73º 0.77% 0.28% -
XYZ 3.71 2.05 6.16 -
YUV 37.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 68 16 71 0.04 0.77 0 0.72 296.73 0.63 0.17
Hex 44 10 47 4 4D 0 48 129 3F 11
Octal 104 20 107 4 115 0 110 451 77 21
Binary 1000100 10000 1000111 100 1001101 0 1001000 100101001 111111 10001

Color Harmonies of #441047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441047

Black with #441047

Text Example


Text Example

White with #441047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441047; }

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

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

background-color css

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

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

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

border-color css

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

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

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