Html Css Color HEX #3F417F Jacksons Purple

📋 copy color: '#3F417F'

red 63 ◦ green 65 ◦ blue 127

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

Shades of Jacksons Purple #3F417F

Tints of Jacksons Purple #3F417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 24.71%
G = 25.49%
B = 49.8%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F417F (or 0x3F417F) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 7F. RGB value is (63,65,127). Sum of RGB (Red+Green+Blue) = 63+65+127=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F417F is #C0BE80. Grayscale: #474747. Windows color (decimal): -12631681 or 8339775. OLE color: 8339775.

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

Color convert

RGB 63 65 127 -
CMYK 0.50 0.49 0 0.50
HSL 238.13º 0.34% 0.37% -
HSV(B) 238.13º 0.5% 0.5% -
XYZ 7.77 6.37 20.9 -
YUV 71.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 63 65 127 0.50 0.49 0 0.50 238.13 0.34 0.37
Hex 3F 41 7F 32 31 0 32 EE 22 25
Octal 77 101 177 62 61 0 62 356 42 45
Binary 111111 1000001 1111111 110010 110001 0 110010 11101110 100010 100101

Color Harmonies of #3F417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F417F

Black with #3F417F

Text Example


Text Example

White with #3F417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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