Html Css Color HEX #44255F Scarlet Gum

📋 copy color: '#44255F'

red 68 ◦ green 37 ◦ blue 95

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

Shades of Scarlet Gum #44255F

Tints of Scarlet Gum #44255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 34%
G = 18.5%
B = 47.5%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44255F (or 0x44255F) is known color: Scarlet Gum. HEX triplet: 44, 25 and 5F. RGB value is (68,37,95). Sum of RGB (Red+Green+Blue) = 68+37+95=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #44255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44255F is #BBDAA0. Grayscale: #343434. Windows color (decimal): -12311201 or 6235460. OLE color: 6235460.

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

Color convert

RGB 68 37 95 -
CMYK 0.28 0.61 0 0.63
HSL 272.07º 0.44% 0.26% -
HSV(B) 272.07º 0.61% 0.37% -
XYZ 5.11 3.38 11.21 -
YUV 52.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 68 37 95 0.28 0.61 0 0.63 272.07 0.44 0.26
Hex 44 25 5F 1C 3D 0 3F 110 2C 1A
Octal 104 45 137 34 75 0 77 420 54 32
Binary 1000100 100101 1011111 11100 111101 0 111111 100010000 101100 11010

Color Harmonies of #44255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44255F

Black with #44255F

Text Example


Text Example

White with #44255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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