#3F215D

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

Shades of Christalle #3F215D

Tints of Christalle #3F215D

Color information

#3F215D (or 0x3F215D) is unknown color: approx Christalle. HEX triplet: 3F, 21 and 5D. RGB value is (63,33,93). Sum of RGB (Red+Green+Blue) = 63+33+93=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F215D is #C0DEA2. Grayscale: #303030. Windows color (decimal): -12639907 or 6103359. OLE color: 6103359.

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

Color convert

RGB633393-
CMYK0.320.6500.64
HSL270º47.62%24.71%-
HSV(B)270º64.52%36.47%-
XYZ4.572.9310.68-
YUV48.81152.94138.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=33.33%
G=17.46%
B=49.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6333930.320.6500.6427047.6224.71
Hex3F215D204104010e3019
Octal77411354010101004166031
Binary111111100001101110110000010000010100000010000111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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