Html Css Color HEX #3F417C Jacksons Purple

📋 copy color: '#3F417C'

red 63 ◦ green 65 ◦ blue 124

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

Shades of Jacksons Purple #3F417C

Tints of Jacksons Purple #3F417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 25%
G = 25.79%
B = 49.21%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F417C (or 0x3F417C) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 7C. RGB value is (63,65,124). Sum of RGB (Red+Green+Blue) = 63+65+124=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F417C is #C0BE83. Grayscale: #464646. Windows color (decimal): -12631684 or 8143167. OLE color: 8143167.

HSL color Cylindrical-coordinate representation of color #3F417C: hue angle of 238.03º 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 #3F417C is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 65 124 -
CMYK 0.49 0.48 0 0.51
HSL 238.03º 0.33% 0.37% -
HSV(B) 238.03º 0.49% 0.49% -
XYZ 7.58 6.29 19.88 -
YUV 71.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 63 65 124 0.49 0.48 0 0.51 238.03 0.33 0.37
Hex 3F 41 7C 31 30 0 33 EE 21 25
Octal 77 101 174 61 60 0 63 356 41 45
Binary 111111 1000001 1111100 110001 110000 0 110011 11101110 100001 100101

Color Harmonies of #3F417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F417C

Black with #3F417C

Text Example


Text Example

White with #3F417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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