#412C60

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

Shades of Christalle #412C60

Tints of Christalle #412C60

Color information

#412C60 (or 0x412C60) is unknown color: approx Christalle. HEX triplet: 41, 2C and 60. RGB value is (65,44,96). Sum of RGB (Red+Green+Blue) = 65+44+96=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #412C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C60 is #BED39F. Grayscale: #383838. Windows color (decimal): -12506016 or 6302785. OLE color: 6302785.

HSL color Cylindrical-coordinate representation of color #412C60: hue angle of 264.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412C60 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB654496-
CMYK0.320.5400.62
HSL264.23º37.14%27.45%-
HSV(B)264.23º54.17%37.65%-
XYZ5.193.7711.52-
YUV56.21150.46134.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=31.71%
G=21.46%
B=46.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6544960.320.5400.62264.2337.1427.45
Hex412C60203603E108251b
Octal1015414040660764104533
Binary10000011011001100000100000110110011111010000100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C60; }

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

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

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

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

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

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

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

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