Html Css Color HEX #3F215F Christalle

📋 copy color: '#3F215F'

red 63 ◦ green 33 ◦ blue 95

#3F215F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #3F215F

Tints of Christalle #3F215F

RGB

 RED value IS 63 (25% from 255) = 32.98%

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 32.98%
G = 17.28%
B = 49.74%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F215F (or 0x3F215F) is known color: Christalle. HEX triplet: 3F, 21 and 5F. RGB value is (63,33,95). Sum of RGB (Red+Green+Blue) = 63+33+95=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F215F is #C0DEA0. Grayscale: #303030. Windows color (decimal): -12639905 or 6234431. OLE color: 6234431.

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

Color convert

RGB 63 33 95 -
CMYK 0.34 0.65 0 0.63
HSL 269.03º 0.48% 0.25% -
HSV(B) 269.03º 0.65% 0.37% -
XYZ 4.66 2.97 11.15 -
YUV 49.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 63 33 95 0.34 0.65 0 0.63 269.03 0.48 0.25
Hex 3F 21 5F 22 41 0 3F 10D 30 19
Octal 77 41 137 42 101 0 77 415 60 31
Binary 111111 100001 1011111 100010 1000001 0 111111 100001101 110000 11001

Color Harmonies of #3F215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F215F

Black with #3F215F

Text Example


Text Example

White with #3F215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F215F;
 }
 .AnyTagClassName
 {
   color: #3F215F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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