Html Css Color HEX #3F4484 Jacksons Purple

📋 copy color: '#3F4484'

red 63 ◦ green 68 ◦ blue 132

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

Shades of Jacksons Purple #3F4484

Tints of Jacksons Purple #3F4484

RGB

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

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

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

R = 23.95%
G = 25.86%
B = 50.19%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F4484 (or 0x3F4484) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 84. RGB value is (63,68,132). Sum of RGB (Red+Green+Blue) = 63+68+132=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F4484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4484 is #C0BB7B. Grayscale: #494949. Windows color (decimal): -12630908 or 8668223. OLE color: 8668223.

HSL color Cylindrical-coordinate representation of color #3F4484: hue angle of 235.65º 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 #3F4484 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 68 132 -
CMYK 0.52 0.48 0 0.48
HSL 235.65º 0.35% 0.38% -
HSV(B) 235.65º 0.52% 0.52% -
XYZ 8.28 6.86 22.72 -
YUV 73.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 63 68 132 0.52 0.48 0 0.48 235.65 0.35 0.38
Hex 3F 44 84 34 30 0 30 EC 23 26
Octal 77 104 204 64 60 0 60 354 43 46
Binary 111111 1000100 10000100 110100 110000 0 110000 11101100 100011 100110

Color Harmonies of #3F4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4484

Black with #3F4484

Text Example


Text Example

White with #3F4484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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