#411055

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

Shades of Scarlet Gum #411055

Tints of Scarlet Gum #411055

Color information

#411055 (or 0x411055) is unknown color: approx Scarlet Gum. HEX triplet: 41, 10 and 55. RGB value is (65,16,85). Sum of RGB (Red+Green+Blue) = 65+16+85=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #411055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411055 is #BEEFAA. Grayscale: #262626. Windows color (decimal): -12513195 or 5574721. OLE color: 5574721.

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

Color convert

RGB651685-
CMYK0.240.8100.67
HSL282.61º68.32%19.8%-
HSV(B)282.61º81.18%33.33%-
XYZ42.158.8-
YUV38.52154.23146.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=39.16%
G=9.64%
B=51.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6516850.240.8100.67282.6168.3219.8
Hex411055185104311b4414
Octal1012012530121010343310424
Binary100000110000101010111000101000101000011100011011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411055; }

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

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

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

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

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

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

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

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