Html Css Color HEX #44225F Scarlet Gum

📋 copy color: '#44225F'

red 68 ◦ green 34 ◦ blue 95

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

Shades of Scarlet Gum #44225F

Tints of Scarlet Gum #44225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 34.52%
G = 17.26%
B = 48.22%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44225F (or 0x44225F) is known color: Scarlet Gum. HEX triplet: 44, 22 and 5F. RGB value is (68,34,95). Sum of RGB (Red+Green+Blue) = 68+34+95=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #44225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44225F is #BBDDA0. Grayscale: #323232. Windows color (decimal): -12311969 or 6234692. OLE color: 6234692.

HSL color Cylindrical-coordinate representation of color #44225F: hue angle of 273.44º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44225F is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 34 95 -
CMYK 0.28 0.64 0 0.63
HSL 273.44º 0.47% 0.25% -
HSV(B) 273.44º 0.64% 0.37% -
XYZ 5.02 3.2 11.18 -
YUV 51.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 68 34 95 0.28 0.64 0 0.63 273.44 0.47 0.25
Hex 44 22 5F 1C 40 0 3F 111 2F 19
Octal 104 42 137 34 100 0 77 421 57 31
Binary 1000100 100010 1011111 11100 1000000 0 111111 100010001 101111 11001

Color Harmonies of #44225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44225F

Black with #44225F

Text Example


Text Example

White with #44225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44225F; }

 p { color: rgb(68,34,95); }

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

background-color css

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

 a { background-color: rgb(68,34,95); }

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

border-color css

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

 span { border-color: rgb(68,34,95); }

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