Html Css Color HEX #440147 Mardi Gras

📋 copy color: '#440147'

red 68 ◦ green 1 ◦ blue 71

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

Shades of Mardi Gras #440147

Tints of Mardi Gras #440147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 48.57%
G = 0.71%
B = 50.71%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440147 (or 0x440147) is known color: Mardi Gras. HEX triplet: 44, 01 and 47. RGB value is (68,1,71). Sum of RGB (Red+Green+Blue) = 68+1+71=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #440147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440147 is #BBFEB8. Grayscale: #1C1C1C. Windows color (decimal): -12320441 or 4653380. OLE color: 4653380.

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

Color convert

RGB 68 1 71 -
CMYK 0.04 0.99 0 0.72
HSL 297.43º 0.97% 0.14% -
HSV(B) 297.43º 0.99% 0.28% -
XYZ 3.53 1.71 6.1 -
YUV 29.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 68 1 71 0.04 0.99 0 0.72 297.43 0.97 0.14
Hex 44 1 47 4 63 0 48 129 61 E
Octal 104 1 107 4 143 0 110 451 141 16
Binary 1000100 1 1000111 100 1100011 0 1001000 100101001 1100001 1110

Color Harmonies of #440147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440147

Black with #440147

Text Example


Text Example

White with #440147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440147; }

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

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

background-color css

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

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

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

border-color css

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

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

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