Html Css Color HEX #3F438E Jacksons Purple

📋 copy color: '#3F438E'

red 63 ◦ green 67 ◦ blue 142

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

Shades of Jacksons Purple #3F438E

Tints of Jacksons Purple #3F438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 23.16%
G = 24.63%
B = 52.21%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F438E (or 0x3F438E) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 8E. RGB value is (63,67,142). Sum of RGB (Red+Green+Blue) = 63+67+142=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F438E is #C0BC71. Grayscale: #4A4A4A. Windows color (decimal): -12631154 or 9323327. OLE color: 9323327.

HSL color Cylindrical-coordinate representation of color #3F438E: hue angle of 236.96º 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 #3F438E is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 67 142 -
CMYK 0.56 0.53 0 0.44
HSL 236.96º 0.39% 0.4% -
HSV(B) 236.96º 0.56% 0.56% -
XYZ 8.94 7.02 26.48 -
YUV 74.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 63 67 142 0.56 0.53 0 0.44 236.96 0.39 0.4
Hex 3F 43 8E 38 35 0 2C ED 27 28
Octal 77 103 216 70 65 0 54 355 47 50
Binary 111111 1000011 10001110 111000 110101 0 101100 11101101 100111 101000

Color Harmonies of #3F438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F438E

Black with #3F438E

Text Example


Text Example

White with #3F438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,142); }

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

background-color css

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

 a { background-color: rgb(63,67,142); }

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

border-color css

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

 span { border-color: rgb(63,67,142); }

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