Html Css Color HEX #441161 Scarlet Gum

📋 copy color: '#441161'

red 68 ◦ green 17 ◦ blue 97

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

Shades of Scarlet Gum #441161

Tints of Scarlet Gum #441161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 37.36%
G = 9.34%
B = 53.3%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441161 (or 0x441161) is known color: Scarlet Gum. HEX triplet: 44, 11 and 61. RGB value is (68,17,97). Sum of RGB (Red+Green+Blue) = 68+17+97=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #441161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441161 is #BBEE9E. Grayscale: #292929. Windows color (decimal): -12316319 or 6361412. OLE color: 6361412.

HSL color Cylindrical-coordinate representation of color #441161: hue angle of 278.25º 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 #441161 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 17 97 -
CMYK 0.30 0.82 0 0.62
HSL 278.25º 0.7% 0.22% -
HSV(B) 278.25º 0.82% 0.38% -
XYZ 4.74 2.49 11.54 -
YUV 41.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 68 17 97 0.30 0.82 0 0.62 278.25 0.7 0.22
Hex 44 11 61 1E 52 0 3E 116 46 16
Octal 104 21 141 36 122 0 76 426 106 26
Binary 1000100 10001 1100001 11110 1010010 0 111110 100010110 1000110 10110

Color Harmonies of #441161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441161

Black with #441161

Text Example


Text Example

White with #441161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441161; }

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

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

background-color css

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

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

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

border-color css

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

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

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