#412866

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

Shades of Christalle #412866

Tints of Christalle #412866

Color information

#412866 (or 0x412866) is unknown color: approx Christalle. HEX triplet: 41, 28 and 66. RGB value is (65,40,102). Sum of RGB (Red+Green+Blue) = 65+40+102=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #412866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412866 is #BED799. Grayscale: #363636. Windows color (decimal): -12507034 or 6694977. OLE color: 6694977.

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

Color convert

RGB6540102-
CMYK0.360.6100.6
HSL264.19º43.66%27.84%-
HSV(B)264.19º60.78%40%-
XYZ5.343.612.98-
YUV54.54154.78135.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=31.40%
G=19.32%
B=49.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65401020.360.6100.6264.1943.6627.84
Hex412866243D03C1082c1c
Octal1015014644750744105434
Binary10000011010001100110100100111101011110010000100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412866; }

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

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

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

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

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

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

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

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