#441B58

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

Shades of Scarlet Gum #441B58

Tints of Scarlet Gum #441B58

Color information

#441B58 (or 0x441B58) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1B and 58. RGB value is (68,27,88). Sum of RGB (Red+Green+Blue) = 68+27+88=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #441B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B58 is #BBE4A7. Grayscale: #2E2E2E. Windows color (decimal): -12313768 or 5774148. OLE color: 5774148.

HSL color Cylindrical-coordinate representation of color #441B58: hue angle of 280.33º 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 #441B58 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB682788-
CMYK0.230.6900.65
HSL280.33º53.04%22.55%-
HSV(B)280.33º69.32%34.51%-
XYZ4.542.729.52-
YUV46.21151.58143.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=37.16%
G=14.75%
B=48.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6827880.230.6900.65280.3353.0422.55
Hex441B5817450411183517
Octal104331302710501014306527
Binary10001001101110110001011110001010100000110001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,27,88); }

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

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

 a { background-color: rgb(68,27,88); }

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

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

 span { border-color: rgb(68,27,88); }

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