#3F4076

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

Shades of Jacksons Purple #3F4076

Tints of Jacksons Purple #3F4076

Color information

#3F4076 (or 0x3F4076) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 40 and 76. RGB value is (63,64,118). Sum of RGB (Red+Green+Blue) = 63+64+118=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4076 is #C0BF89. Grayscale: #454545. Windows color (decimal): -12631946 or 7749695. OLE color: 7749695.

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

Color convert

RGB6364118-
CMYK0.470.4600.54
HSL238.91º30.39%35.49%-
HSV(B)238.91º46.61%46.27%-
XYZ7.156.0317.93-
YUV69.86155.17123.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=25.71%
G=26.12%
B=48.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63641180.470.4600.54238.9130.3935.49
Hex3F40762F2E036ef1e23
Octal7710016657560663573643
Binary1111111000000111011010111110111001101101110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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