#3F478B

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

Shades of Jacksons Purple #3F478B

Tints of Jacksons Purple #3F478B

Color information

#3F478B (or 0x3F478B) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 47 and 8B. RGB value is (63,71,139). Sum of RGB (Red+Green+Blue) = 63+71+139=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F478B is #C0B874. Grayscale: #4C4C4C. Windows color (decimal): -12630133 or 9127743. OLE color: 9127743.

HSL color Cylindrical-coordinate representation of color #3F478B: hue angle of 233.68º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F478B is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6371139-
CMYK0.550.4900.45
HSL233.68º37.62%39.61%-
HSV(B)233.68º54.68%54.51%-
XYZ8.967.4325.39-
YUV76.36163.35118.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=23.08%
G=26.01%
B=50.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63711390.550.4900.45233.6837.6239.61
Hex3F478B373102Dea2628
Octal7710721367610553524650
Binary111111100011110001011110111110001010110111101010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,139); }

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

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

 a { background-color: rgb(63,71,139); }

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

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

 span { border-color: rgb(63,71,139); }

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