#411C57

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

Shades of Scarlet Gum #411C57

Tints of Scarlet Gum #411C57

Color information

#411C57 (or 0x411C57) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1C and 57. RGB value is (65,28,87). Sum of RGB (Red+Green+Blue) = 65+28+87=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #411C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C57 is #BEE3A8. Grayscale: #2D2D2D. Windows color (decimal): -12510121 or 5708865. OLE color: 5708865.

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

Color convert

RGB652887-
CMYK0.250.6800.66
HSL277.63º51.3%22.55%-
HSV(B)277.63º67.82%34.12%-
XYZ4.322.649.3-
YUV45.79151.26141.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=36.11%
G=15.56%
B=48.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6528870.250.6800.66277.6351.322.55
Hex411C5719440421163317
Octal101341273110401024266327
Binary10000011110010101111100110001000100001010001011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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