#411C50

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

Shades of Scarlet Gum #411C50

Tints of Scarlet Gum #411C50

Color information

#411C50 (or 0x411C50) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1C and 50. RGB value is (65,28,80). Sum of RGB (Red+Green+Blue) = 65+28+80=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #411C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C50 is #BEE3AF. Grayscale: #2C2C2C. Windows color (decimal): -12510128 or 5250113. OLE color: 5250113.

HSL color Cylindrical-coordinate representation of color #411C50: hue angle of 282.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411C50 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB652880-
CMYK0.190.6500.69
HSL282.69º48.15%21.18%-
HSV(B)282.69º65%31.37%-
XYZ4.042.537.87-
YUV44.99147.76142.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=37.57%
G=16.18%
B=46.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6528800.190.6500.69282.6948.1521.18
Hex411C50134104511b3015
Octal101341202310101054336025
Binary10000011110010100001001110000010100010110001101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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