#411D61

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

Shades of Christalle #411D61

Tints of Christalle #411D61

Color information

#411D61 (or 0x411D61) is unknown color: approx Christalle. HEX triplet: 41, 1D and 61. RGB value is (65,29,97). Sum of RGB (Red+Green+Blue) = 65+29+97=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #411D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D61 is #BEE29E. Grayscale: #2F2F2F. Windows color (decimal): -12509855 or 6364481. OLE color: 6364481.

HSL color Cylindrical-coordinate representation of color #411D61: hue angle of 271.76º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411D61 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB652997-
CMYK0.330.7000.62
HSL271.76º53.97%24.71%-
HSV(B)271.76º70.1%38.04%-
XYZ4.782.8711.61-
YUV47.52155.93140.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=34.03%
G=15.18%
B=50.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6529970.330.7000.62271.7653.9724.71
Hex411D61214603E1103619
Octal10135141411060764206631
Binary10000011110111000011000011000110011111010001000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,97); }

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

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

 a { background-color: rgb(65,29,97); }

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

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

 span { border-color: rgb(65,29,97); }

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