#3F4489

Color #3F4489 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #3F4489

Tints of Jacksons Purple #3F4489

Color information

#3F4489 (or 0x3F4489) is unknown color: approx 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

RGB6368137-
CMYK0.540.5000.46
HSL235.95º37%39.22%-
HSV(B)235.95º54.01%53.73%-
XYZ8.63724.56-
YUV74.37163.34119.89-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63681370.540.5000.46235.953739.22
Hex3F4489363202Eec2527
Octal7710421166620563544547
Binary111111100010010001001110110110010010111011101100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>