#412560

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

Shades of Christalle #412560

Tints of Christalle #412560

Color information

#412560 (or 0x412560) is unknown color: approx Christalle. HEX triplet: 41, 25 and 60. RGB value is (65,37,96). Sum of RGB (Red+Green+Blue) = 65+37+96=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #412560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412560 is #BEDA9F. Grayscale: #333333. Windows color (decimal): -12507808 or 6300993. OLE color: 6300993.

HSL color Cylindrical-coordinate representation of color #412560: hue angle of 268.47º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412560 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB653796-
CMYK0.320.6100.62
HSL268.47º44.36%26.08%-
HSV(B)268.47º61.46%37.65%-
XYZ4.953.2911.44-
YUV52.1152.78137.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=32.83%
G=18.69%
B=48.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6537960.320.6100.62268.4744.3626.08
Hex412560203D03E10c2c1a
Octal1014514040750764145432
Binary10000011001011100000100000111101011111010000110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412560; }

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

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

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

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

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

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

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

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