Html Css Color HEX #3F276B Christalle

📋 copy color: '#3F276B'

red 63 ◦ green 39 ◦ blue 107

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

Shades of Christalle #3F276B

Tints of Christalle #3F276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 107 (42.19% from 255) = 51.2%

R = 30.14%
G = 18.66%
B = 51.2%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F276B (or 0x3F276B) is known color: Christalle. HEX triplet: 3F, 27 and 6B. RGB value is (63,39,107). Sum of RGB (Red+Green+Blue) = 63+39+107=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F276B is #C0D894. Grayscale: #353535. Windows color (decimal): -12638357 or 7022399. OLE color: 7022399.

HSL color Cylindrical-coordinate representation of color #3F276B: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F276B is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 39 107 -
CMYK 0.41 0.64 0 0.58
HSL 261.18º 0.47% 0.29% -
HSV(B) 261.18º 0.64% 0.42% -
XYZ 5.43 3.57 14.31 -
YUV 53.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 63 39 107 0.41 0.64 0 0.58 261.18 0.47 0.29
Hex 3F 27 6B 29 40 0 3A 105 2F 1D
Octal 77 47 153 51 100 0 72 405 57 35
Binary 111111 100111 1101011 101001 1000000 0 111010 100000101 101111 11101

Color Harmonies of #3F276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F276B

Black with #3F276B

Text Example


Text Example

White with #3F276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,107); }

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

background-color css

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

 a { background-color: rgb(63,39,107); }

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

border-color css

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

 span { border-color: rgb(63,39,107); }

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