Html Css Color HEX #3F448B Jacksons Purple

📋 copy color: '#3F448B'

red 63 ◦ green 68 ◦ blue 139

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

Shades of Jacksons Purple #3F448B

Tints of Jacksons Purple #3F448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 23.33%
G = 25.19%
B = 51.48%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F448B (or 0x3F448B) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 8B. RGB value is (63,68,139). Sum of RGB (Red+Green+Blue) = 63+68+139=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F448B is #C0BB74. Grayscale: #4A4A4A. Windows color (decimal): -12630901 or 9126975. OLE color: 9126975.

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

Color convert

RGB 63 68 139 -
CMYK 0.55 0.51 0 0.45
HSL 236.05º 0.38% 0.4% -
HSV(B) 236.05º 0.55% 0.55% -
XYZ 8.78 7.06 25.33 -
YUV 74.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 63 68 139 0.55 0.51 0 0.45 236.05 0.38 0.4
Hex 3F 44 8B 37 33 0 2D EC 26 28
Octal 77 104 213 67 63 0 55 354 46 50
Binary 111111 1000100 10001011 110111 110011 0 101101 11101100 100110 101000

Color Harmonies of #3F448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F448B

Black with #3F448B

Text Example


Text Example

White with #3F448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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