#412766

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

Shades of Christalle #412766

Tints of Christalle #412766

Color information

#412766 (or 0x412766) is unknown color: approx Christalle. HEX triplet: 41, 27 and 66. RGB value is (65,39,102). Sum of RGB (Red+Green+Blue) = 65+39+102=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #412766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412766 is #BED899. Grayscale: #353535. Windows color (decimal): -12507290 or 6694721. OLE color: 6694721.

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

Color convert

RGB6539102-
CMYK0.360.6200.6
HSL264.76º44.68%27.65%-
HSV(B)264.76º61.76%40%-
XYZ5.33.5312.97-
YUV53.96155.11135.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=31.55%
G=18.93%
B=49.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65391020.360.6200.6264.7644.6827.65
Hex412766243E03C1092d1c
Octal1014714644760744115534
Binary10000011001111100110100100111110011110010000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412766; }

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

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

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

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

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

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

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

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