#411955

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

Shades of Scarlet Gum #411955

Tints of Scarlet Gum #411955

Color information

#411955 (or 0x411955) is unknown color: approx Scarlet Gum. HEX triplet: 41, 19 and 55. RGB value is (65,25,85). Sum of RGB (Red+Green+Blue) = 65+25+85=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #411955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411955 is #BEE6AA. Grayscale: #2B2B2B. Windows color (decimal): -12510891 or 5577025. OLE color: 5577025.

HSL color Cylindrical-coordinate representation of color #411955: hue angle of 280º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411955 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB652585-
CMYK0.240.7100.67
HSL280º54.55%21.57%-
HSV(B)280º70.59%33.33%-
XYZ4.172.478.85-
YUV43.8151.25143.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=37.14%
G=14.29%
B=48.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6525850.240.7100.6728054.5521.57
Hex41195518470431183716
Octal101311253010701034306726
Binary10000011100110101011100010001110100001110001100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411955; }

 p { color: rgb(65,25,85); }

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

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

 a { background-color: rgb(65,25,85); }

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

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

 span { border-color: rgb(65,25,85); }

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