Html Css Color HEX #3F4489 Jacksons Purple

📋 copy color: '#3F4489'

red 63 ◦ green 68 ◦ blue 137

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

Shades of Jacksons Purple #3F4489

Tints of Jacksons Purple #3F4489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 23.51%
G = 25.37%
B = 51.12%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F4489 (or 0x3F4489) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 89. RGB value is (63,68,137). Sum of RGB (Red+Green+Blue) = 63+68+137=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4489 is #C0BB76. Grayscale: #4A4A4A. Windows color (decimal): -12630903 or 8995903. OLE color: 8995903.

HSL color Cylindrical-coordinate representation of color #3F4489: hue angle of 235.95º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4489 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 68 137 -
CMYK 0.54 0.50 0 0.46
HSL 235.95º 0.37% 0.39% -
HSV(B) 235.95º 0.54% 0.54% -
XYZ 8.63 7 24.56 -
YUV 74.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 63 68 137 0.54 0.50 0 0.46 235.95 0.37 0.39
Hex 3F 44 89 36 32 0 2E EC 25 27
Octal 77 104 211 66 62 0 56 354 45 47
Binary 111111 1000100 10001001 110110 110010 0 101110 11101100 100101 100111

Color Harmonies of #3F4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4489

Black with #3F4489

Text Example


Text Example

White with #3F4489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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