Html Css Color HEX #3F4486 Jacksons Purple

📋 copy color: '#3F4486'

red 63 ◦ green 68 ◦ blue 134

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

Shades of Jacksons Purple #3F4486

Tints of Jacksons Purple #3F4486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 23.77%
G = 25.66%
B = 50.57%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F4486 (or 0x3F4486) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 86. RGB value is (63,68,134). Sum of RGB (Red+Green+Blue) = 63+68+134=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F4486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4486 is #C0BB79. Grayscale: #494949. Windows color (decimal): -12630906 or 8799295. OLE color: 8799295.

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

Color convert

RGB 63 68 134 -
CMYK 0.53 0.49 0 0.47
HSL 235.77º 0.36% 0.39% -
HSV(B) 235.77º 0.53% 0.53% -
XYZ 8.42 6.91 23.44 -
YUV 74.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 63 68 134 0.53 0.49 0 0.47 235.77 0.36 0.39
Hex 3F 44 86 35 31 0 2F EC 24 27
Octal 77 104 206 65 61 0 57 354 44 47
Binary 111111 1000100 10000110 110101 110001 0 101111 11101100 100100 100111

Color Harmonies of #3F4486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4486

Black with #3F4486

Text Example


Text Example

White with #3F4486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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