Html Css Color HEX #3F4084 Jacksons Purple

📋 copy color: '#3F4084'

red 63 ◦ green 64 ◦ blue 132

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

Shades of Jacksons Purple #3F4084

Tints of Jacksons Purple #3F4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 24.32%
G = 24.71%
B = 50.97%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F4084 (or 0x3F4084) is known color: Jacksons Purple. HEX triplet: 3F, 40 and 84. RGB value is (63,64,132). Sum of RGB (Red+Green+Blue) = 63+64+132=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4084 is #C0BF7B. Grayscale: #474747. Windows color (decimal): -12631932 or 8667199. OLE color: 8667199.

HSL color Cylindrical-coordinate representation of color #3F4084: hue angle of 239.13º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4084 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 64 132 -
CMYK 0.52 0.52 0 0.48
HSL 239.13º 0.35% 0.38% -
HSV(B) 239.13º 0.52% 0.52% -
XYZ 8.05 6.39 22.64 -
YUV 71.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 63 64 132 0.52 0.52 0 0.48 239.13 0.35 0.38
Hex 3F 40 84 34 34 0 30 EF 23 26
Octal 77 100 204 64 64 0 60 357 43 46
Binary 111111 1000000 10000100 110100 110100 0 110000 11101111 100011 100110

Color Harmonies of #3F4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4084

Black with #3F4084

Text Example


Text Example

White with #3F4084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,64,132); }

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

background-color css

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

 a { background-color: rgb(63,64,132); }

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

border-color css

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

 span { border-color: rgb(63,64,132); }

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