Html Css Color HEX #3F428F Jacksons Purple

📋 copy color: '#3F428F'

red 63 ◦ green 66 ◦ blue 143

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

Shades of Jacksons Purple #3F428F

Tints of Jacksons Purple #3F428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 23.16%
G = 24.26%
B = 52.57%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F428F (or 0x3F428F) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 8F. RGB value is (63,66,143). Sum of RGB (Red+Green+Blue) = 63+66+143=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F428F is #C0BD70. Grayscale: #494949. Windows color (decimal): -12631409 or 9388607. OLE color: 9388607.

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

Color convert

RGB 63 66 143 -
CMYK 0.56 0.54 0 0.44
HSL 237.75º 0.39% 0.4% -
HSV(B) 237.75º 0.56% 0.56% -
XYZ 8.96 6.94 26.85 -
YUV 73.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 63 66 143 0.56 0.54 0 0.44 237.75 0.39 0.4
Hex 3F 42 8F 38 36 0 2C EE 27 28
Octal 77 102 217 70 66 0 54 356 47 50
Binary 111111 1000010 10001111 111000 110110 0 101100 11101110 100111 101000

Color Harmonies of #3F428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F428F

Black with #3F428F

Text Example


Text Example

White with #3F428F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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