Html Css Color HEX #3F467C Jacksons Purple

📋 copy color: '#3F467C'

red 63 ◦ green 70 ◦ blue 124

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

Shades of Jacksons Purple #3F467C

Tints of Jacksons Purple #3F467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 24.51%
G = 27.24%
B = 48.25%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F467C (or 0x3F467C) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 7C. RGB value is (63,70,124). Sum of RGB (Red+Green+Blue) = 63+70+124=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F467C is #C0B983. Grayscale: #494949. Windows color (decimal): -12630404 or 8144447. OLE color: 8144447.

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

Color convert

RGB 63 70 124 -
CMYK 0.49 0.44 0 0.51
HSL 233.11º 0.33% 0.37% -
HSV(B) 233.11º 0.49% 0.49% -
XYZ 7.88 6.89 19.98 -
YUV 74.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 63 70 124 0.49 0.44 0 0.51 233.11 0.33 0.37
Hex 3F 46 7C 31 2C 0 33 E9 21 25
Octal 77 106 174 61 54 0 63 351 41 45
Binary 111111 1000110 1111100 110001 101100 0 110011 11101001 100001 100101

Color Harmonies of #3F467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F467C

Black with #3F467C

Text Example


Text Example

White with #3F467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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