Html Css Color HEX #44255B Scarlet Gum

📋 copy color: '#44255B'

red 68 ◦ green 37 ◦ blue 91

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

Shades of Scarlet Gum #44255B

Tints of Scarlet Gum #44255B

RGB

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

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

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

R = 34.69%
G = 18.88%
B = 46.43%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44255B (or 0x44255B) is known color: Scarlet Gum. HEX triplet: 44, 25 and 5B. RGB value is (68,37,91). Sum of RGB (Red+Green+Blue) = 68+37+91=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #44255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44255B is #BBDAA4. Grayscale: #343434. Windows color (decimal): -12311205 or 5973316. OLE color: 5973316.

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

Color convert

RGB 68 37 91 -
CMYK 0.25 0.59 0 0.64
HSL 274.44º 0.42% 0.25% -
HSV(B) 274.44º 0.59% 0.36% -
XYZ 4.93 3.31 10.28 -
YUV 52.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 68 37 91 0.25 0.59 0 0.64 274.44 0.42 0.25
Hex 44 25 5B 19 3B 0 40 112 2A 19
Octal 104 45 133 31 73 0 100 422 52 31
Binary 1000100 100101 1011011 11001 111011 0 1000000 100010010 101010 11001

Color Harmonies of #44255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44255B

Black with #44255B

Text Example


Text Example

White with #44255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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