#3F2669

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

Shades of Christalle #3F2669

Tints of Christalle #3F2669

Color information

#3F2669 (or 0x3F2669) is unknown color: approx Christalle. HEX triplet: 3F, 26 and 69. RGB value is (63,38,105). Sum of RGB (Red+Green+Blue) = 63+38+105=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F2669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2669 is #C0D996. Grayscale: #343434. Windows color (decimal): -12638615 or 6891071. OLE color: 6891071.

HSL color Cylindrical-coordinate representation of color #3F2669: hue angle of 262.39º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F2669 is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6338105-
CMYK0.40.6400.59
HSL262.39º46.85%28.04%-
HSV(B)262.39º63.81%41.18%-
XYZ5.293.4613.75-
YUV53.11157.28135.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=30.58%
G=18.45%
B=50.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63381050.40.6400.59262.3946.8528.04
Hex3F2669284003B1062f1c
Octal7746151501000734065734
Binary11111110011011010011010001000000011101110000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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