#411151

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

Shades of Scarlet Gum #411151

Tints of Scarlet Gum #411151

Color information

#411151 (or 0x411151) is unknown color: approx Scarlet Gum. HEX triplet: 41, 11 and 51. RGB value is (65,17,81). Sum of RGB (Red+Green+Blue) = 65+17+81=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #411151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411151 is #BEEEAE. Grayscale: #262626. Windows color (decimal): -12512943 or 5312833. OLE color: 5312833.

HSL color Cylindrical-coordinate representation of color #411151: hue angle of 285º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411151 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB651781-
CMYK0.200.7900.68
HSL285º65.31%19.22%-
HSV(B)285º79.01%31.76%-
XYZ3.872.127.99-
YUV38.65151.9146.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=39.88%
G=10.43%
B=49.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6517810.200.7900.6828565.3119.22
Hex411151144F04411d4113
Octal1012112124117010443510123
Binary100000110001101000110100100111101000100100011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411151; }

 p { color: rgb(65,17,81); }

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

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

 a { background-color: rgb(65,17,81); }

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

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

 span { border-color: rgb(65,17,81); }

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