Html Css Color HEX #3F4690 Jacksons Purple

📋 copy color: '#3F4690'

red 63 ◦ green 70 ◦ blue 144

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

Shades of Jacksons Purple #3F4690

Tints of Jacksons Purple #3F4690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 22.74%
G = 25.27%
B = 51.99%

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

#3F4690 (or 0x3F4690) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 90. RGB value is (63,70,144). Sum of RGB (Red+Green+Blue) = 63+70+144=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F4690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4690 is #C0B96F. Grayscale: #4C4C4C. Windows color (decimal): -12630384 or 9455167. OLE color: 9455167.

HSL color Cylindrical-coordinate representation of color #3F4690: hue angle of 234.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F4690 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 70 144 -
CMYK 0.56 0.51 0 0.44
HSL 234.81º 0.39% 0.41% -
HSV(B) 234.81º 0.56% 0.56% -
XYZ 9.27 7.45 27.33 -
YUV 76.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 63 70 144 0.56 0.51 0 0.44 234.81 0.39 0.41
Hex 3F 46 90 38 33 0 2C EB 27 29
Octal 77 106 220 70 63 0 54 353 47 51
Binary 111111 1000110 10010000 111000 110011 0 101100 11101011 100111 101001

Color Harmonies of #3F4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4690

Black with #3F4690

Text Example


Text Example

White with #3F4690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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