Html Css Color HEX #3F4491 Jacksons Purple

📋 copy color: '#3F4491'

red 63 ◦ green 68 ◦ blue 145

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

Shades of Jacksons Purple #3F4491

Tints of Jacksons Purple #3F4491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 22.83%
G = 24.64%
B = 52.54%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F4491 (or 0x3F4491) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 91. RGB value is (63,68,145). Sum of RGB (Red+Green+Blue) = 63+68+145=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4491 is #C0BB6E. Grayscale: #4A4A4A. Windows color (decimal): -12630895 or 9520191. OLE color: 9520191.

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

Color convert

RGB 63 68 145 -
CMYK 0.57 0.53 0 0.43
HSL 236.34º 0.39% 0.41% -
HSV(B) 236.34º 0.57% 0.57% -
XYZ 9.23 7.24 27.7 -
YUV 75.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 63 68 145 0.57 0.53 0 0.43 236.34 0.39 0.41
Hex 3F 44 91 39 35 0 2B EC 27 29
Octal 77 104 221 71 65 0 53 354 47 51
Binary 111111 1000100 10010001 111001 110101 0 101011 11101100 100111 101001

Color Harmonies of #3F4491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4491

Black with #3F4491

Text Example


Text Example

White with #3F4491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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