Html Css Color HEX #44285B Scarlet Gum

📋 copy color: '#44285B'

red 68 ◦ green 40 ◦ blue 91

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

Shades of Scarlet Gum #44285B

Tints of Scarlet Gum #44285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 34.17%
G = 20.1%
B = 45.73%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44285B (or 0x44285B) is known color: Scarlet Gum. HEX triplet: 44, 28 and 5B. RGB value is (68,40,91). Sum of RGB (Red+Green+Blue) = 68+40+91=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #44285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44285B is #BBD7A4. Grayscale: #363636. Windows color (decimal): -12310437 or 5974084. OLE color: 5974084.

HSL color Cylindrical-coordinate representation of color #44285B: hue angle of 272.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44285B is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 40 91 -
CMYK 0.25 0.56 0 0.64
HSL 272.94º 0.39% 0.26% -
HSV(B) 272.94º 0.56% 0.36% -
XYZ 5.03 3.5 10.31 -
YUV 54.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 68 40 91 0.25 0.56 0 0.64 272.94 0.39 0.26
Hex 44 28 5B 19 38 0 40 111 27 1A
Octal 104 50 133 31 70 0 100 421 47 32
Binary 1000100 101000 1011011 11001 111000 0 1000000 100010001 100111 11010

Color Harmonies of #44285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44285B

Black with #44285B

Text Example


Text Example

White with #44285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44285B; }

 p { color: rgb(68,40,91); }

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

background-color css

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

 a { background-color: rgb(68,40,91); }

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

border-color css

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

 span { border-color: rgb(68,40,91); }

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