#3f4677

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

Shades of Jacksons Purple #3F4677

Tints of Jacksons Purple #3F4677

Color information

#3F4677 (or 0x3F4677) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 77. RGB value is (63,70,119). Sum of RGB (Red+Green+Blue) = 63+70+119=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4677 is #C0B988. Grayscale: #494949. Windows color (decimal): -12630409 or 7816767. OLE color: 7816767.

HSL color Cylindrical-coordinate representation of color #3F4677: hue angle of 232.5º 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 #3F4677 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6370119-
CMYK0.470.4100.53
HSL232.5º30.77%35.69%-
HSV(B)232.5º47.06%46.67%-
XYZ7.576.7718.36-
YUV73.49153.68120.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=25%
G=27.78%
B=47.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63701190.470.4100.53232.530.7735.69
Hex3F46772F29035e81f24
Octal7710616757510653503744
Binary1111111000110111011110111110100101101011110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,119); }

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

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

 a { background-color: rgb(63,70,119); }

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

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

 span { border-color: rgb(63,70,119); }

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