#3F2766

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

Shades of Christalle #3F2766

Tints of Christalle #3F2766

Color information

#3F2766 (or 0x3F2766) is unknown color: approx Christalle. HEX triplet: 3F, 27 and 66. RGB value is (63,39,102). Sum of RGB (Red+Green+Blue) = 63+39+102=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F2766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2766 is #C0D899. Grayscale: #353535. Windows color (decimal): -12638362 or 6694719. OLE color: 6694719.

HSL color Cylindrical-coordinate representation of color #3F2766: hue angle of 262.86º 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 #3F2766 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6339102-
CMYK0.380.6200.6
HSL262.86º44.68%27.65%-
HSV(B)262.86º61.76%40%-
XYZ5.173.4712.97-
YUV53.36155.45134.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 102 (40.23% from 255) = 50%
R=30.88%
G=19.12%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63391020.380.6200.6262.8644.6827.65
Hex3F2766263E03C1072d1c
Octal774714646760744075534
Binary1111111001111100110100110111110011110010000011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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