#441161

Color #441161 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #441161

Tints of Scarlet Gum #441161

Color information

#441161 (or 0x441161) is unknown color: approx 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

RGB681797-
CMYK0.300.8200.62
HSL278.25º70.18%22.35%-
HSV(B)278.25º82.47%38.04%-
XYZ4.742.4911.54-
YUV41.37159.4147-

RGB Variations

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

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.30%
R=37.36%
G=9.34%
B=53.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6817970.300.8200.62278.2570.1822.35
Hex4411611E5203E1164616
Octal104211413612207642610626
Binary10001001000111000011111010100100111110100010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>