Html Css Color HEX #44095E Scarlet Gum

📋 copy color: '#44095E'

red 68 ◦ green 9 ◦ blue 94

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

Shades of Scarlet Gum #44095E

Tints of Scarlet Gum #44095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

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

R = 39.77%
G = 5.26%
B = 54.97%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44095E (or 0x44095E) is known color: Scarlet Gum. HEX triplet: 44, 09 and 5E. RGB value is (68,9,94). Sum of RGB (Red+Green+Blue) = 68+9+94=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #44095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095E is #BBF6A1. Grayscale: #242424. Windows color (decimal): -12318370 or 6162756. OLE color: 6162756.

HSL color Cylindrical-coordinate representation of color #44095E: hue angle of 281.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44095E is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 9 94 -
CMYK 0.28 0.90 0 0.63
HSL 281.65º 0.83% 0.2% -
HSV(B) 281.65º 0.9% 0.37% -
XYZ 4.5 2.23 10.78 -
YUV 36.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 68 9 94 0.28 0.90 0 0.63 281.65 0.83 0.2
Hex 44 9 5E 1C 5A 0 3F 11A 53 14
Octal 104 11 136 34 132 0 77 432 123 24
Binary 1000100 1001 1011110 11100 1011010 0 111111 100011010 1010011 10100

Color Harmonies of #44095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44095E

Black with #44095E

Text Example


Text Example

White with #44095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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