Html Css Color HEX #3F468B Jacksons Purple

📋 copy color: '#3F468B'

red 63 ◦ green 70 ◦ blue 139

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

Shades of Jacksons Purple #3F468B

Tints of Jacksons Purple #3F468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 23.16%
G = 25.74%
B = 51.1%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F468B (or 0x3F468B) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 8B. RGB value is (63,70,139). Sum of RGB (Red+Green+Blue) = 63+70+139=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F468B is #C0B974. Grayscale: #4B4B4B. Windows color (decimal): -12630389 or 9127487. OLE color: 9127487.

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

Color convert

RGB 63 70 139 -
CMYK 0.55 0.50 0 0.45
HSL 234.47º 0.38% 0.4% -
HSV(B) 234.47º 0.55% 0.55% -
XYZ 8.9 7.3 25.37 -
YUV 75.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 63 70 139 0.55 0.50 0 0.45 234.47 0.38 0.4
Hex 3F 46 8B 37 32 0 2D EA 26 28
Octal 77 106 213 67 62 0 55 352 46 50
Binary 111111 1000110 10001011 110111 110010 0 101101 11101010 100110 101000

Color Harmonies of #3F468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F468B

Black with #3F468B

Text Example


Text Example

White with #3F468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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