#3F2666

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

Shades of Christalle #3F2666

Tints of Christalle #3F2666

Color information

#3F2666 (or 0x3F2666) is unknown color: approx Christalle. HEX triplet: 3F, 26 and 66. RGB value is (63,38,102). Sum of RGB (Red+Green+Blue) = 63+38+102=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F2666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2666 is #C0D999. Grayscale: #343434. Windows color (decimal): -12638618 or 6694463. OLE color: 6694463.

HSL color Cylindrical-coordinate representation of color #3F2666: hue angle of 263.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F2666 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6338102-
CMYK0.380.6300.6
HSL263.44º45.71%27.45%-
HSV(B)263.44º62.75%40%-
XYZ5.143.412.96-
YUV52.77155.78135.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.03%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=31.03%
G=18.72%
B=50.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63381020.380.6300.6263.4445.7127.45
Hex3F2666263F03C1072e1b
Octal774614646770744075633
Binary1111111001101100110100110111111011110010000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2666; }

 p { color: rgb(63,38,102); }

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

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

 a { background-color: rgb(63,38,102); }

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

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

 span { border-color: rgb(63,38,102); }

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