#412564

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

Shades of Christalle #412564

Tints of Christalle #412564

Color information

#412564 (or 0x412564) is unknown color: approx Christalle. HEX triplet: 41, 25 and 64. RGB value is (65,37,100). Sum of RGB (Red+Green+Blue) = 65+37+100=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #412564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412564 is #BEDA9B. Grayscale: #343434. Windows color (decimal): -12507804 or 6563137. OLE color: 6563137.

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

Color convert

RGB6537100-
CMYK0.350.6300.61
HSL266.67º45.99%26.86%-
HSV(B)266.67º63%39.22%-
XYZ5.143.3712.44-
YUV52.55154.78136.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=32.18%
G=18.32%
B=49.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65371000.350.6300.61266.6745.9926.86
Hex412564233F03D10b2e1b
Octal1014514443770754135633
Binary10000011001011100100100011111111011110110000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412564; }

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

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

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

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

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

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

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

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