#412664

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

Shades of Christalle #412664

Tints of Christalle #412664

Color information

#412664 (or 0x412664) is unknown color: approx Christalle. HEX triplet: 41, 26 and 64. RGB value is (65,38,100). Sum of RGB (Red+Green+Blue) = 65+38+100=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #412664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412664 is #BED99B. Grayscale: #343434. Windows color (decimal): -12507548 or 6563393. OLE color: 6563393.

HSL color Cylindrical-coordinate representation of color #412664: hue angle of 266.13º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412664 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6538100-
CMYK0.350.6200.61
HSL266.13º44.93%27.06%-
HSV(B)266.13º62%39.22%-
XYZ5.173.4312.45-
YUV53.14154.45136.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=32.02%
G=18.72%
B=49.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65381000.350.6200.61266.1344.9327.06
Hex412664233E03D10a2d1b
Octal1014614443760754125533
Binary10000011001101100100100011111110011110110000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412664; }

 p { color: rgb(65,38,100); }

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

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

 a { background-color: rgb(65,38,100); }

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

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

 span { border-color: rgb(65,38,100); }

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