Html Css Color HEX #44205E Scarlet Gum

📋 copy color: '#44205E'

red 68 ◦ green 32 ◦ blue 94

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

Shades of Scarlet Gum #44205E

Tints of Scarlet Gum #44205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 35.05%
G = 16.49%
B = 48.45%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44205E (or 0x44205E) is known color: Scarlet Gum. HEX triplet: 44, 20 and 5E. RGB value is (68,32,94). Sum of RGB (Red+Green+Blue) = 68+32+94=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #44205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44205E is #BBDFA1. Grayscale: #313131. Windows color (decimal): -12312482 or 6168644. OLE color: 6168644.

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

Color convert

RGB 68 32 94 -
CMYK 0.28 0.66 0 0.63
HSL 274.84º 0.49% 0.25% -
HSV(B) 274.84º 0.66% 0.37% -
XYZ 4.92 3.07 10.92 -
YUV 49.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 68 32 94 0.28 0.66 0 0.63 274.84 0.49 0.25
Hex 44 20 5E 1C 42 0 3F 113 31 19
Octal 104 40 136 34 102 0 77 423 61 31
Binary 1000100 100000 1011110 11100 1000010 0 111111 100010011 110001 11001

Color Harmonies of #44205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44205E

Black with #44205E

Text Example


Text Example

White with #44205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44205E; }

 p { color: rgb(68,32,94); }

 H1.HeaderClassName
 {
   color: #44205E;
 }
 .AnyTagClassName
 {
   color: #44205E;
 }
</style>

background-color css

<style>
 a { background-color: #44205E; }

 a { background-color: rgb(68,32,94); }

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

border-color css

<style>
 span { border-color: #44205E; }

 span { border-color: rgb(68,32,94); }

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