Html Css Color HEX #440248 Mardi Gras

📋 copy color: '#440248'

red 68 ◦ green 2 ◦ blue 72

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

Shades of Mardi Gras #440248

Tints of Mardi Gras #440248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 47.89%
G = 1.41%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440248 (or 0x440248) is known color: Mardi Gras. HEX triplet: 44, 02 and 48. RGB value is (68,2,72). Sum of RGB (Red+Green+Blue) = 68+2+72=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #440248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440248 is #BBFDB7. Grayscale: #1D1D1D. Windows color (decimal): -12320184 or 4719172. OLE color: 4719172.

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

Color convert

RGB 68 2 72 -
CMYK 0.06 0.97 0 0.72
HSL 296.57º 0.95% 0.15% -
HSV(B) 296.57º 0.97% 0.28% -
XYZ 3.58 1.74 6.28 -
YUV 29.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 68 2 72 0.06 0.97 0 0.72 296.57 0.95 0.15
Hex 44 2 48 6 61 0 48 129 5F F
Octal 104 2 110 6 141 0 110 451 137 17
Binary 1000100 10 1001000 110 1100001 0 1001000 100101001 1011111 1111

Color Harmonies of #440248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440248

Black with #440248

Text Example


Text Example

White with #440248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440248; }

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

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

background-color css

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

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

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

border-color css

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

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

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