Html Css Color HEX #3F457D Jacksons Purple

📋 copy color: '#3F457D'

red 63 ◦ green 69 ◦ blue 125

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

Shades of Jacksons Purple #3F457D

Tints of Jacksons Purple #3F457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 24.51%
G = 26.85%
B = 48.64%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F457D (or 0x3F457D) is known color: Jacksons Purple. HEX triplet: 3F, 45 and 7D. RGB value is (63,69,125). Sum of RGB (Red+Green+Blue) = 63+69+125=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F457D is #C0BA82. Grayscale: #494949. Windows color (decimal): -12630659 or 8209727. OLE color: 8209727.

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

Color convert

RGB 63 69 125 -
CMYK 0.50 0.45 0 0.51
HSL 234.19º 0.33% 0.37% -
HSV(B) 234.19º 0.5% 0.49% -
XYZ 7.88 6.79 20.3 -
YUV 73.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 63 69 125 0.50 0.45 0 0.51 234.19 0.33 0.37
Hex 3F 45 7D 32 2D 0 33 EA 21 25
Octal 77 105 175 62 55 0 63 352 41 45
Binary 111111 1000101 1111101 110010 101101 0 110011 11101010 100001 100101

Color Harmonies of #3F457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F457D

Black with #3F457D

Text Example


Text Example

White with #3F457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,125); }

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

background-color css

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

 a { background-color: rgb(63,69,125); }

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

border-color css

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

 span { border-color: rgb(63,69,125); }

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