#411359

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

Shades of Scarlet Gum #411359

Tints of Scarlet Gum #411359

Color information

#411359 (or 0x411359) is unknown color: approx Scarlet Gum. HEX triplet: 41, 13 and 59. RGB value is (65,19,89). Sum of RGB (Red+Green+Blue) = 65+19+89=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #411359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411359 is #BEECA6. Grayscale: #282828. Windows color (decimal): -12512423 or 5837633. OLE color: 5837633.

HSL color Cylindrical-coordinate representation of color #411359: hue angle of 279.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411359 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB651989-
CMYK0.270.7900.65
HSL279.43º64.81%21.18%-
HSV(B)279.43º78.65%34.9%-
XYZ4.222.319.68-
YUV40.73155.24145.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=37.57%
G=10.98%
B=51.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6519890.270.7900.65279.4364.8121.18
Hex4113591B4F0411174115
Octal1012313133117010142710125
Binary100000110011101100111011100111101000001100010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411359; }

 p { color: rgb(65,19,89); }

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

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

 a { background-color: rgb(65,19,89); }

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

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

 span { border-color: rgb(65,19,89); }

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