Html Css Color HEX #3F295F Christalle

📋 copy color: '#3F295F'

red 63 ◦ green 41 ◦ blue 95

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

Shades of Christalle #3F295F

Tints of Christalle #3F295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 31.66%
G = 20.6%
B = 47.74%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F295F (or 0x3F295F) is known color: Christalle. HEX triplet: 3F, 29 and 5F. RGB value is (63,41,95). Sum of RGB (Red+Green+Blue) = 63+41+95=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F295F is #C0D6A0. Grayscale: #353535. Windows color (decimal): -12637857 or 6236479. OLE color: 6236479.

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

Color convert

RGB 63 41 95 -
CMYK 0.34 0.57 0 0.63
HSL 264.44º 0.4% 0.27% -
HSV(B) 264.44º 0.57% 0.37% -
XYZ 4.91 3.47 11.24 -
YUV 53.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 63 41 95 0.34 0.57 0 0.63 264.44 0.4 0.27
Hex 3F 29 5F 22 39 0 3F 108 28 1B
Octal 77 51 137 42 71 0 77 410 50 33
Binary 111111 101001 1011111 100010 111001 0 111111 100001000 101000 11011

Color Harmonies of #3F295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F295F

Black with #3F295F

Text Example


Text Example

White with #3F295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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