Html Css Color HEX #44115E Scarlet Gum

📋 copy color: '#44115E'

red 68 ◦ green 17 ◦ blue 94

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

Shades of Scarlet Gum #44115E

Tints of Scarlet Gum #44115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 37.99%
G = 9.5%
B = 52.51%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44115E (or 0x44115E) is known color: Scarlet Gum. HEX triplet: 44, 11 and 5E. RGB value is (68,17,94). Sum of RGB (Red+Green+Blue) = 68+17+94=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #44115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44115E is #BBEEA1. Grayscale: #282828. Windows color (decimal): -12316322 or 6164804. OLE color: 6164804.

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

Color convert

RGB 68 17 94 -
CMYK 0.28 0.82 0 0.63
HSL 279.74º 0.69% 0.22% -
HSV(B) 279.74º 0.82% 0.37% -
XYZ 4.6 2.44 10.82 -
YUV 41.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 68 17 94 0.28 0.82 0 0.63 279.74 0.69 0.22
Hex 44 11 5E 1C 52 0 3F 118 45 16
Octal 104 21 136 34 122 0 77 430 105 26
Binary 1000100 10001 1011110 11100 1010010 0 111111 100011000 1000101 10110

Color Harmonies of #44115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44115E

Black with #44115E

Text Example


Text Example

White with #44115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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