#441C5A

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

Shades of Scarlet Gum #441C5A

Tints of Scarlet Gum #441C5A

Color information

#441C5A (or 0x441C5A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1C and 5A. RGB value is (68,28,90). Sum of RGB (Red+Green+Blue) = 68+28+90=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #441C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C5A is #BBE3A5. Grayscale: #2E2E2E. Windows color (decimal): -12313510 or 5905476. OLE color: 5905476.

HSL color Cylindrical-coordinate representation of color #441C5A: hue angle of 278.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441C5A is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB682890-
CMYK0.240.6900.65
HSL278.71º52.54%23.14%-
HSV(B)278.71º68.89%35.29%-
XYZ4.642.89.97-
YUV47.03152.25142.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=36.56%
G=15.05%
B=48.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6828900.240.6900.65278.7152.5423.14
Hex441C5A18450411173517
Octal104341323010501014276527
Binary10001001110010110101100010001010100000110001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,90); }

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

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

 a { background-color: rgb(68,28,90); }

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

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

 span { border-color: rgb(68,28,90); }

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