#412159

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

Shades of Scarlet Gum #412159

Tints of Scarlet Gum #412159

Color information

#412159 (or 0x412159) is unknown color: approx Scarlet Gum. HEX triplet: 41, 21 and 59. RGB value is (65,33,89). Sum of RGB (Red+Green+Blue) = 65+33+89=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #412159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412159 is #BEDEA6. Grayscale: #303030. Windows color (decimal): -12508839 or 5841217. OLE color: 5841217.

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

Color convert

RGB653389-
CMYK0.270.6300.65
HSL274.29º45.9%23.92%-
HSV(B)274.29º62.92%34.9%-
XYZ4.532.939.78-
YUV48.95150.6139.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=34.76%
G=17.65%
B=47.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6533890.270.6300.65274.2945.923.92
Hex4121591B3F0411122e18
Octal10141131337701014225630
Binary10000011000011011001110111111110100000110001001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412159; }

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

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

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

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

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

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

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

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