#3F4177

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

Shades of Jacksons Purple #3F4177

Tints of Jacksons Purple #3F4177

Color information

#3F4177 (or 0x3F4177) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 41 and 77. RGB value is (63,65,119). Sum of RGB (Red+Green+Blue) = 63+65+119=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4177 is #C0BE88. Grayscale: #464646. Windows color (decimal): -12631689 or 7815487. OLE color: 7815487.

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

Color convert

RGB6365119-
CMYK0.470.4500.53
HSL237.86º30.77%35.69%-
HSV(B)237.86º47.06%46.67%-
XYZ7.276.1718.26-
YUV70.56155.34122.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=25.51%
G=26.32%
B=48.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63651190.470.4500.53237.8630.7735.69
Hex3F41772F2D035ee1f24
Octal7710116757550653563744
Binary1111111000001111011110111110110101101011110111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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