#411E56

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

Shades of Scarlet Gum #411E56

Tints of Scarlet Gum #411E56

Color information

#411E56 (or 0x411E56) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1E and 56. RGB value is (65,30,86). Sum of RGB (Red+Green+Blue) = 65+30+86=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #411E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E56 is #BEE1A9. Grayscale: #2E2E2E. Windows color (decimal): -12509610 or 5643841. OLE color: 5643841.

HSL color Cylindrical-coordinate representation of color #411E56: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411E56 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB653086-
CMYK0.240.6500.66
HSL277.5º48.28%22.75%-
HSV(B)277.5º65.12%33.73%-
XYZ4.322.729.1-
YUV46.85150.1140.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=35.91%
G=16.57%
B=47.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6530860.240.6500.66277.548.2822.75
Hex411E5618410421163017
Octal101361263010101024266027
Binary10000011111010101101100010000010100001010001011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,30,86); }

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

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

 a { background-color: rgb(65,30,86); }

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

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

 span { border-color: rgb(65,30,86); }

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