#411F5F

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

Shades of Christalle #411F5F

Tints of Christalle #411F5F

Color information

#411F5F (or 0x411F5F) is unknown color: approx Christalle. HEX triplet: 41, 1F and 5F. RGB value is (65,31,95). Sum of RGB (Red+Green+Blue) = 65+31+95=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #411F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F5F is #BEE0A0. Grayscale: #303030. Windows color (decimal): -12509345 or 6233921. OLE color: 6233921.

HSL color Cylindrical-coordinate representation of color #411F5F: hue angle of 271.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411F5F is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB653195-
CMYK0.320.6700.63
HSL271.88º50.79%24.71%-
HSV(B)271.88º67.37%37.25%-
XYZ4.742.9311.14-
YUV48.46154.26139.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=34.03%
G=16.23%
B=49.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6531950.320.6700.63271.8850.7924.71
Hex411F5F204303F1103319
Octal10137137401030774206331
Binary10000011111110111111000001000011011111110001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,95); }

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

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

 a { background-color: rgb(65,31,95); }

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

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

 span { border-color: rgb(65,31,95); }

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