#411A58

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

Shades of Scarlet Gum #411A58

Tints of Scarlet Gum #411A58

Color information

#411A58 (or 0x411A58) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1A and 58. RGB value is (65,26,88). Sum of RGB (Red+Green+Blue) = 65+26+88=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #411A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A58 is #BEE5A7. Grayscale: #2C2C2C. Windows color (decimal): -12510632 or 5773889. OLE color: 5773889.

HSL color Cylindrical-coordinate representation of color #411A58: hue angle of 277.74º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411A58 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB652688-
CMYK0.260.7000.65
HSL277.74º54.39%22.35%-
HSV(B)277.74º70.45%34.51%-
XYZ4.312.579.5-
YUV44.73152.42142.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=36.31%
G=14.53%
B=49.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6526880.260.7000.65277.7454.3922.35
Hex411A581A460411163616
Octal101321303210601014266626
Binary10000011101010110001101010001100100000110001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411A58; }

 p { color: rgb(65,26,88); }

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

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

 a { background-color: rgb(65,26,88); }

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

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

 span { border-color: rgb(65,26,88); }

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