Html Css Color HEX #3F347C Jacksons Purple

📋 copy color: '#3F347C'

red 63 ◦ green 52 ◦ blue 124

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

Shades of Jacksons Purple #3F347C

Tints of Jacksons Purple #3F347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 26.36%
G = 21.76%
B = 51.88%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F347C (or 0x3F347C) is known color: Jacksons Purple. HEX triplet: 3F, 34 and 7C. RGB value is (63,52,124). Sum of RGB (Red+Green+Blue) = 63+52+124=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347C is #C0CB83. Grayscale: #3F3F3F. Windows color (decimal): -12635012 or 8139839. OLE color: 8139839.

HSL color Cylindrical-coordinate representation of color #3F347C: hue angle of 249.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F347C is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 52 124 -
CMYK 0.49 0.58 0 0.51
HSL 249.17º 0.41% 0.35% -
HSV(B) 249.17º 0.58% 0.49% -
XYZ 6.92 4.97 19.66 -
YUV 63.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 63 52 124 0.49 0.58 0 0.51 249.17 0.41 0.35
Hex 3F 34 7C 31 3A 0 33 F9 29 23
Octal 77 64 174 61 72 0 63 371 51 43
Binary 111111 110100 1111100 110001 111010 0 110011 11111001 101001 100011

Color Harmonies of #3F347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F347C

Black with #3F347C

Text Example


Text Example

White with #3F347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,124); }

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

background-color css

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

 a { background-color: rgb(63,52,124); }

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

border-color css

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

 span { border-color: rgb(63,52,124); }

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