Html Css Color HEX #3F4789 Jacksons Purple

📋 copy color: '#3F4789'

red 63 ◦ green 71 ◦ blue 137

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

Shades of Jacksons Purple #3F4789

Tints of Jacksons Purple #3F4789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 23.25%
G = 26.2%
B = 50.55%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F4789 (or 0x3F4789) is known color: Jacksons Purple. HEX triplet: 3F, 47 and 89. RGB value is (63,71,137). Sum of RGB (Red+Green+Blue) = 63+71+137=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4789 is #C0B876. Grayscale: #4B4B4B. Windows color (decimal): -12630135 or 8996671. OLE color: 8996671.

HSL color Cylindrical-coordinate representation of color #3F4789: hue angle of 233.51º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4789 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 71 137 -
CMYK 0.54 0.48 0 0.46
HSL 233.51º 0.37% 0.39% -
HSV(B) 233.51º 0.54% 0.54% -
XYZ 8.82 7.37 24.62 -
YUV 76.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 63 71 137 0.54 0.48 0 0.46 233.51 0.37 0.39
Hex 3F 47 89 36 30 0 2E EA 25 27
Octal 77 107 211 66 60 0 56 352 45 47
Binary 111111 1000111 10001001 110110 110000 0 101110 11101010 100101 100111

Color Harmonies of #3F4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4789

Black with #3F4789

Text Example


Text Example

White with #3F4789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,137); }

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

background-color css

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

 a { background-color: rgb(63,71,137); }

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

border-color css

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

 span { border-color: rgb(63,71,137); }

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