#3F4377

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

Shades of Jacksons Purple #3F4377

Tints of Jacksons Purple #3F4377

Color information

#3F4377 (or 0x3F4377) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 43 and 77. RGB value is (63,67,119). Sum of RGB (Red+Green+Blue) = 63+67+119=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4377 is #C0BC88. Grayscale: #474747. Windows color (decimal): -12631177 or 7815999. OLE color: 7815999.

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

Color convert

RGB6367119-
CMYK0.470.4400.53
HSL235.71º30.77%35.69%-
HSV(B)235.71º47.06%46.67%-
XYZ7.396.418.3-
YUV71.73154.67121.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=25.30%
G=26.91%
B=47.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63671190.470.4400.53235.7130.7735.69
Hex3F43772F2C035ec1f24
Octal7710316757540653543744
Binary1111111000011111011110111110110001101011110110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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