Html Css Color HEX #44255D Scarlet Gum

📋 copy color: '#44255D'

red 68 ◦ green 37 ◦ blue 93

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

Shades of Scarlet Gum #44255D

Tints of Scarlet Gum #44255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 34.34%
G = 18.69%
B = 46.97%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44255D (or 0x44255D) is known color: Scarlet Gum. HEX triplet: 44, 25 and 5D. RGB value is (68,37,93). Sum of RGB (Red+Green+Blue) = 68+37+93=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #44255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44255D is #BBDAA2. Grayscale: #343434. Windows color (decimal): -12311203 or 6104388. OLE color: 6104388.

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

Color convert

RGB 68 37 93 -
CMYK 0.27 0.60 0 0.64
HSL 273.21º 0.43% 0.25% -
HSV(B) 273.21º 0.6% 0.36% -
XYZ 5.02 3.34 10.74 -
YUV 52.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 68 37 93 0.27 0.60 0 0.64 273.21 0.43 0.25
Hex 44 25 5D 1B 3C 0 40 111 2B 19
Octal 104 45 135 33 74 0 100 421 53 31
Binary 1000100 100101 1011101 11011 111100 0 1000000 100010001 101011 11001

Color Harmonies of #44255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44255D

Black with #44255D

Text Example


Text Example

White with #44255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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