Html Css Color HEX #3F468F Jacksons Purple

📋 copy color: '#3F468F'

red 63 ◦ green 70 ◦ blue 143

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

Shades of Jacksons Purple #3F468F

Tints of Jacksons Purple #3F468F

RGB

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

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

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

R = 22.83%
G = 25.36%
B = 51.81%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F468F (or 0x3F468F) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 8F. RGB value is (63,70,143). Sum of RGB (Red+Green+Blue) = 63+70+143=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F468F is #C0B970. Grayscale: #4B4B4B. Windows color (decimal): -12630385 or 9389631. OLE color: 9389631.

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

Color convert

RGB 63 70 143 -
CMYK 0.56 0.51 0 0.44
HSL 234.75º 0.39% 0.4% -
HSV(B) 234.75º 0.56% 0.56% -
XYZ 9.2 7.42 26.93 -
YUV 76.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 63 70 143 0.56 0.51 0 0.44 234.75 0.39 0.4
Hex 3F 46 8F 38 33 0 2C EB 27 28
Octal 77 106 217 70 63 0 54 353 47 50
Binary 111111 1000110 10001111 111000 110011 0 101100 11101011 100111 101000

Color Harmonies of #3F468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F468F

Black with #3F468F

Text Example


Text Example

White with #3F468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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