Html Css Color HEX #440148 Mardi Gras

📋 copy color: '#440148'

red 68 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #440148

Tints of Mardi Gras #440148

RGB

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

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

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

R = 48.23%
G = 0.71%
B = 51.06%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440148 (or 0x440148) is known color: Mardi Gras. HEX triplet: 44, 01 and 48. RGB value is (68,1,72). Sum of RGB (Red+Green+Blue) = 68+1+72=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #440148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440148 is #BBFEB7. Grayscale: #1C1C1C. Windows color (decimal): -12320440 or 4718916. OLE color: 4718916.

HSL color Cylindrical-coordinate representation of color #440148: hue angle of 296.62º 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 #440148 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 1 72 -
CMYK 0.06 0.99 0 0.72
HSL 296.62º 0.97% 0.14% -
HSV(B) 296.62º 0.99% 0.28% -
XYZ 3.56 1.72 6.27 -
YUV 29.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 68 1 72 0.06 0.99 0 0.72 296.62 0.97 0.14
Hex 44 1 48 6 63 0 48 129 61 E
Octal 104 1 110 6 143 0 110 451 141 16
Binary 1000100 1 1001000 110 1100011 0 1001000 100101001 1100001 1110

Color Harmonies of #440148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440148

Black with #440148

Text Example


Text Example

White with #440148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440148; }

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

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

background-color css

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

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

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

border-color css

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

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

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