Html Css Color HEX #441160 Scarlet Gum

📋 copy color: '#441160'

red 68 ◦ green 17 ◦ blue 96

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

Shades of Scarlet Gum #441160

Tints of Scarlet Gum #441160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 37.57%
G = 9.39%
B = 53.04%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441160 (or 0x441160) is known color: Scarlet Gum. HEX triplet: 44, 11 and 60. RGB value is (68,17,96). Sum of RGB (Red+Green+Blue) = 68+17+96=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #441160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441160 is #BBEE9F. Grayscale: #282828. Windows color (decimal): -12316320 or 6295876. OLE color: 6295876.

HSL color Cylindrical-coordinate representation of color #441160: hue angle of 278.73º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441160 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 17 96 -
CMYK 0.29 0.82 0 0.62
HSL 278.73º 0.7% 0.22% -
HSV(B) 278.73º 0.82% 0.38% -
XYZ 4.7 2.47 11.3 -
YUV 41.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 68 17 96 0.29 0.82 0 0.62 278.73 0.7 0.22
Hex 44 11 60 1D 52 0 3E 117 46 16
Octal 104 21 140 35 122 0 76 427 106 26
Binary 1000100 10001 1100000 11101 1010010 0 111110 100010111 1000110 10110

Color Harmonies of #441160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441160

Black with #441160

Text Example


Text Example

White with #441160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441160; }

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

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

background-color css

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

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

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

border-color css

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

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

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