Html Css Color HEX #3F428B Jacksons Purple

📋 copy color: '#3F428B'

red 63 ◦ green 66 ◦ blue 139

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

Shades of Jacksons Purple #3F428B

Tints of Jacksons Purple #3F428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 23.51%
G = 24.63%
B = 51.87%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F428B (or 0x3F428B) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 8B. RGB value is (63,66,139). Sum of RGB (Red+Green+Blue) = 63+66+139=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F428B is #C0BD74. Grayscale: #494949. Windows color (decimal): -12631413 or 9126463. OLE color: 9126463.

HSL color Cylindrical-coordinate representation of color #3F428B: hue angle of 237.63º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F428B is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 66 139 -
CMYK 0.55 0.53 0 0.45
HSL 237.63º 0.38% 0.4% -
HSV(B) 237.63º 0.55% 0.55% -
XYZ 8.66 6.82 25.29 -
YUV 73.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 63 66 139 0.55 0.53 0 0.45 237.63 0.38 0.4
Hex 3F 42 8B 37 35 0 2D EE 26 28
Octal 77 102 213 67 65 0 55 356 46 50
Binary 111111 1000010 10001011 110111 110101 0 101101 11101110 100110 101000

Color Harmonies of #3F428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F428B

Black with #3F428B

Text Example


Text Example

White with #3F428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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