#3F165F

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

Shades of Christalle #3F165F

Tints of Christalle #3F165F

Color information

#3F165F (or 0x3F165F) is unknown color: approx Christalle. HEX triplet: 3F, 16 and 5F. RGB value is (63,22,95). Sum of RGB (Red+Green+Blue) = 63+22+95=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F165F is #C0E9A0. Grayscale: #2A2A2A. Windows color (decimal): -12642721 or 6231615. OLE color: 6231615.

HSL color Cylindrical-coordinate representation of color #3F165F: hue angle of 273.7º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F165F is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB632295-
CMYK0.340.7700.63
HSL273.7º62.39%22.94%-
HSV(B)273.7º76.84%37.25%-
XYZ4.42.4611.07-
YUV42.58157.58142.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=35%
G=12.22%
B=52.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6322950.340.7700.63273.762.3922.94
Hex3F165F224D03F1123e17
Octal7726137421150774227627
Binary1111111011010111111000101001101011111110001001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,22,95); }

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

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

 a { background-color: rgb(63,22,95); }

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

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

 span { border-color: rgb(63,22,95); }

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