#3F216E

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

Shades of Christalle #3F216E

Tints of Christalle #3F216E

Color information

#3F216E (or 0x3F216E) is unknown color: approx Christalle. HEX triplet: 3F, 21 and 6E. RGB value is (63,33,110). Sum of RGB (Red+Green+Blue) = 63+33+110=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F216E is #C0DE91. Grayscale: #323232. Windows color (decimal): -12639890 or 7217471. OLE color: 7217471.

HSL color Cylindrical-coordinate representation of color #3F216E: hue angle of 263.38º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F216E is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6333110-
CMYK0.430.700.57
HSL263.38º53.85%28.04%-
HSV(B)263.38º70%43.14%-
XYZ5.413.2715.1-
YUV50.75161.44136.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=30.58%
G=16.02%
B=53.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63331100.430.700.57263.3853.8528.04
Hex3F216E2B46039107361c
Octal7741156531060714076634
Binary11111110000111011101010111000110011100110000011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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