Html Css Color HEX #44295E Scarlet Gum

📋 copy color: '#44295E'

red 68 ◦ green 41 ◦ blue 94

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

Shades of Scarlet Gum #44295E

Tints of Scarlet Gum #44295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 33.5%
G = 20.2%
B = 46.31%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44295E (or 0x44295E) is known color: Scarlet Gum. HEX triplet: 44, 29 and 5E. RGB value is (68,41,94). Sum of RGB (Red+Green+Blue) = 68+41+94=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #44295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44295E is #BBD6A1. Grayscale: #363636. Windows color (decimal): -12310178 or 6170948. OLE color: 6170948.

HSL color Cylindrical-coordinate representation of color #44295E: hue angle of 270.57º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44295E is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 41 94 -
CMYK 0.28 0.56 0 0.63
HSL 270.57º 0.39% 0.26% -
HSV(B) 270.57º 0.56% 0.37% -
XYZ 5.2 3.62 11.02 -
YUV 55.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 68 41 94 0.28 0.56 0 0.63 270.57 0.39 0.26
Hex 44 29 5E 1C 38 0 3F 10F 27 1A
Octal 104 51 136 34 70 0 77 417 47 32
Binary 1000100 101001 1011110 11100 111000 0 111111 100001111 100111 11010

Color Harmonies of #44295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44295E

Black with #44295E

Text Example


Text Example

White with #44295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44295E; }

 p { color: rgb(68,41,94); }

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

background-color css

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

 a { background-color: rgb(68,41,94); }

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

border-color css

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

 span { border-color: rgb(68,41,94); }

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