#441A5D

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

Shades of Scarlet Gum #441A5D

Tints of Scarlet Gum #441A5D

Color information

#441A5D (or 0x441A5D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1A and 5D. RGB value is (68,26,93). Sum of RGB (Red+Green+Blue) = 68+26+93=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #441A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A5D is #BBE5A2. Grayscale: #2D2D2D. Windows color (decimal): -12314019 or 6101572. OLE color: 6101572.

HSL color Cylindrical-coordinate representation of color #441A5D: hue angle of 277.61º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441A5D is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB682693-
CMYK0.270.7200.64
HSL277.61º56.3%23.33%-
HSV(B)277.61º72.04%36.47%-
XYZ4.732.7610.64-
YUV46.2154.41143.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=36.36%
G=13.90%
B=49.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6826930.270.7200.64277.6156.323.33
Hex441A5D1B480401163817
Octal104321353311001004267027
Binary10001001101010111011101110010000100000010001011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A5D; }

 p { color: rgb(68,26,93); }

 H1.HeaderClassName
 {
   color: #441A5D;
 }
 .AnyTagClassName
 {
   color: #441A5D;
 }
</style>
background-color css

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

 a { background-color: rgb(68,26,93); }

 div.DivClassName
 {
   background-color: #441A5D;
 }
 .BgClassName
 {
   background-color: #441A5D;
 }
</style>
border-color css

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

 span { border-color: rgb(68,26,93); }

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