#3F4477

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

Shades of Jacksons Purple #3F4477

Tints of Jacksons Purple #3F4477

Color information

#3F4477 (or 0x3F4477) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 44 and 77. RGB value is (63,68,119). Sum of RGB (Red+Green+Blue) = 63+68+119=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4477 is #C0BB88. Grayscale: #484848. Windows color (decimal): -12630921 or 7816255. OLE color: 7816255.

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

Color convert

RGB6368119-
CMYK0.470.4300.53
HSL234.64º30.77%35.69%-
HSV(B)234.64º47.06%46.67%-
XYZ7.456.5218.32-
YUV72.32154.34121.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=25.2%
G=27.2%
B=47.6%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63681190.470.4300.53234.6430.7735.69
Hex3F44772F2B035eb1f24
Octal7710416757530653533744
Binary1111111000100111011110111110101101101011110101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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