#412966

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

Shades of Christalle #412966

Tints of Christalle #412966

Color information

#412966 (or 0x412966) is unknown color: approx Christalle. HEX triplet: 41, 29 and 66. RGB value is (65,41,102). Sum of RGB (Red+Green+Blue) = 65+41+102=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #412966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412966 is #BED699. Grayscale: #363636. Windows color (decimal): -12506778 or 6695233. OLE color: 6695233.

HSL color Cylindrical-coordinate representation of color #412966: hue angle of 263.61º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412966 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6541102-
CMYK0.360.6000.6
HSL263.61º42.66%28.04%-
HSV(B)263.61º59.8%40%-
XYZ5.373.6713-
YUV55.13154.45135.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=31.25%
G=19.71%
B=49.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65411020.360.6000.6263.6142.6628.04
Hex412966243C03C1082b1c
Octal1015114644740744105334
Binary10000011010011100110100100111100011110010000100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412966; }

 p { color: rgb(65,41,102); }

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

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

 a { background-color: rgb(65,41,102); }

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

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

 span { border-color: rgb(65,41,102); }

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