#3F4078

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

Shades of Jacksons Purple #3F4078

Tints of Jacksons Purple #3F4078

Color information

#3F4078 (or 0x3F4078) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 40 and 78. RGB value is (63,64,120). Sum of RGB (Red+Green+Blue) = 63+64+120=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F4078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4078 is #C0BF87. Grayscale: #454545. Windows color (decimal): -12631944 or 7880767. OLE color: 7880767.

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

Color convert

RGB6364120-
CMYK0.480.4700.53
HSL238.95º31.15%35.88%-
HSV(B)238.95º47.5%47.06%-
XYZ7.276.0818.56-
YUV70.09156.17122.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=25.51%
G=25.91%
B=48.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63641200.480.4700.53238.9531.1535.88
Hex3F4078302F035ef1f24
Octal7710017060570653573744
Binary1111111000000111100011000010111101101011110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4078;
 }
 .AnyTagClassName
 {
   color: #3F4078;
 }
</style>
background-color css

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

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

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

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

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

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