#411F57

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

Shades of Scarlet Gum #411F57

Tints of Scarlet Gum #411F57

Color information

#411F57 (or 0x411F57) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1F and 57. RGB value is (65,31,87). Sum of RGB (Red+Green+Blue) = 65+31+87=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #411F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F57 is #BEE0A8. Grayscale: #2F2F2F. Windows color (decimal): -12509353 or 5709633. OLE color: 5709633.

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

Color convert

RGB653187-
CMYK0.250.6400.66
HSL276.43º47.46%23.14%-
HSV(B)276.43º64.37%34.12%-
XYZ4.392.799.32-
YUV47.55150.26140.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=35.52%
G=16.94%
B=47.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6531870.250.6400.66276.4347.4623.14
Hex411F5719400421142f17
Octal101371273110001024245727
Binary10000011111110101111100110000000100001010001010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,87); }

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

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

 a { background-color: rgb(65,31,87); }

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

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

 span { border-color: rgb(65,31,87); }

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