#410959

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

Shades of Scarlet Gum #410959

Tints of Scarlet Gum #410959

Color information

#410959 (or 0x410959) is unknown color: approx Scarlet Gum. HEX triplet: 41, 09 and 59. RGB value is (65,9,89). Sum of RGB (Red+Green+Blue) = 65+9+89=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #410959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410959 is #BEF6A6. Grayscale: #222222. Windows color (decimal): -12514983 or 5835073. OLE color: 5835073.

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

Color convert

RGB65989-
CMYK0.270.9000.65
HSL282º81.63%19.22%-
HSV(B)282º89.89%34.9%-
XYZ4.082.049.63-
YUV34.86158.55149.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=39.88%
G=5.52%
B=54.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal659890.270.9000.6528281.6319.22
Hex419591B5A04111a5213
Octal1011113133132010143212223
Binary10000011001101100111011101101001000001100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410959; }

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

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

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

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

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

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

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

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