#412861

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

Shades of Christalle #412861

Tints of Christalle #412861

Color information

#412861 (or 0x412861) is unknown color: approx Christalle. HEX triplet: 41, 28 and 61. RGB value is (65,40,97). Sum of RGB (Red+Green+Blue) = 65+40+97=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #412861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412861 is #BED79E. Grayscale: #353535. Windows color (decimal): -12507039 or 6367297. OLE color: 6367297.

HSL color Cylindrical-coordinate representation of color #412861: hue angle of 266.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412861 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB654097-
CMYK0.330.5900.62
HSL266.32º41.61%26.86%-
HSV(B)266.32º58.76%38.04%-
XYZ5.13.511.72-
YUV53.97152.28135.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=32.18%
G=19.80%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6540970.330.5900.62266.3241.6126.86
Hex412861213B03E10a2a1b
Octal1015014141730764125233
Binary10000011010001100001100001111011011111010000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412861; }

 p { color: rgb(65,40,97); }

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

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

 a { background-color: rgb(65,40,97); }

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

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

 span { border-color: rgb(65,40,97); }

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