Html Css Color HEX #3F427F Jacksons Purple

📋 copy color: '#3F427F'

red 63 ◦ green 66 ◦ blue 127

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

Shades of Jacksons Purple #3F427F

Tints of Jacksons Purple #3F427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 24.61%
G = 25.78%
B = 49.61%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F427F (or 0x3F427F) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 7F. RGB value is (63,66,127). Sum of RGB (Red+Green+Blue) = 63+66+127=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F427F is #C0BD80. Grayscale: #474747. Windows color (decimal): -12631425 or 8340031. OLE color: 8340031.

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

Color convert

RGB 63 66 127 -
CMYK 0.50 0.48 0 0.50
HSL 237.19º 0.34% 0.37% -
HSV(B) 237.19º 0.5% 0.5% -
XYZ 7.83 6.49 20.92 -
YUV 72.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 63 66 127 0.50 0.48 0 0.50 237.19 0.34 0.37
Hex 3F 42 7F 32 30 0 32 ED 22 25
Octal 77 102 177 62 60 0 62 355 42 45
Binary 111111 1000010 1111111 110010 110000 0 110010 11101101 100010 100101

Color Harmonies of #3F427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F427F

Black with #3F427F

Text Example


Text Example

White with #3F427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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