#3f085d

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

Shades of Christalle #3F085D

Tints of Christalle #3F085D

Color information

#3F085D (or 0x3F085D) is unknown color: approx Christalle. HEX triplet: 3F, 08 and 5D. RGB value is (63,8,93). Sum of RGB (Red+Green+Blue) = 63+8+93=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F085D is #C0F7A2. Grayscale: #212121. Windows color (decimal): -12646307 or 6096959. OLE color: 6096959.

HSL color Cylindrical-coordinate representation of color #3F085D: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F085D is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63893-
CMYK0.320.9100.64
HSL278.82º84.16%19.8%-
HSV(B)278.82º91.4%36.47%-
XYZ4.112.0210.53-
YUV34.14161.22148.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=38.41%
G=4.88%
B=56.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal638930.320.9100.64278.8284.1619.8
Hex3F85D205B0401175414
Octal771013540133010042712424
Binary11111110001011101100000101101101000000100010111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f085d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,93); }

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

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

 a { background-color: rgb(63,8,93); }

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

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

 span { border-color: rgb(63,8,93); }

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