#3F215B

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

Shades of Christalle #3F215B

Tints of Christalle #3F215B

Color information

#3F215B (or 0x3F215B) is unknown color: approx Christalle. HEX triplet: 3F, 21 and 5B. RGB value is (63,33,91). Sum of RGB (Red+Green+Blue) = 63+33+91=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F215B is #C0DEA4. Grayscale: #303030. Windows color (decimal): -12639909 or 5972287. OLE color: 5972287.

HSL color Cylindrical-coordinate representation of color #3F215B: hue angle of 271.03º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F215B is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB633391-
CMYK0.310.6400.64
HSL271.03º46.77%24.31%-
HSV(B)271.03º63.74%35.69%-
XYZ4.482.910.22-
YUV48.58151.94138.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=33.69%
G=17.65%
B=48.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6333910.310.6400.64271.0346.7724.31
Hex3F215B1F4004010f2f18
Octal77411333710001004175730
Binary11111110000110110111111110000000100000010000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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