#411057

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

Shades of Scarlet Gum #411057

Tints of Scarlet Gum #411057

Color information

#411057 (or 0x411057) is unknown color: approx Scarlet Gum. HEX triplet: 41, 10 and 57. RGB value is (65,16,87). Sum of RGB (Red+Green+Blue) = 65+16+87=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #411057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411057 is #BEEFA8. Grayscale: #262626. Windows color (decimal): -12513193 or 5705793. OLE color: 5705793.

HSL color Cylindrical-coordinate representation of color #411057: hue angle of 281.41º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411057 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB651687-
CMYK0.250.8200.66
HSL281.41º68.93%20.2%-
HSV(B)281.41º81.61%34.12%-
XYZ4.092.189.22-
YUV38.74155.23146.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=38.69%
G=9.52%
B=51.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6516870.250.8200.66281.4168.9320.2
Hex41105719520421194514
Octal1012012731122010243110524
Binary100000110000101011111001101001001000010100011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411057; }

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

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

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

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

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

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

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

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