Html Css Color HEX #441247 Mardi Gras

📋 copy color: '#441247'

red 68 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #441247

Tints of Mardi Gras #441247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 43.31%
G = 11.46%
B = 45.22%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441247 (or 0x441247) is known color: Mardi Gras. HEX triplet: 44, 12 and 47. RGB value is (68,18,71). Sum of RGB (Red+Green+Blue) = 68+18+71=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #441247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441247 is #BBEDB8. Grayscale: #262626. Windows color (decimal): -12316089 or 4657732. OLE color: 4657732.

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

Color convert

RGB 68 18 71 -
CMYK 0.04 0.75 0 0.72
HSL 296.6º 0.6% 0.17% -
HSV(B) 296.6º 0.75% 0.28% -
XYZ 3.74 2.12 6.17 -
YUV 38.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 68 18 71 0.04 0.75 0 0.72 296.6 0.6 0.17
Hex 44 12 47 4 4B 0 48 129 3C 11
Octal 104 22 107 4 113 0 110 451 74 21
Binary 1000100 10010 1000111 100 1001011 0 1001000 100101001 111100 10001

Color Harmonies of #441247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441247

Black with #441247

Text Example


Text Example

White with #441247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441247; }

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

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

background-color css

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

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

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

border-color css

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

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

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