#3F4577

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

Shades of Jacksons Purple #3F4577

Tints of Jacksons Purple #3F4577

Color information

#3F4577 (or 0x3F4577) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 45 and 77. RGB value is (63,69,119). Sum of RGB (Red+Green+Blue) = 63+69+119=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4577 is #C0BA88. Grayscale: #484848. Windows color (decimal): -12630665 or 7816511. OLE color: 7816511.

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

Color convert

RGB6369119-
CMYK0.470.4200.53
HSL233.57º30.77%35.69%-
HSV(B)233.57º47.06%46.67%-
XYZ7.516.6418.34-
YUV72.91154.01120.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=25.10%
G=27.49%
B=47.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63691190.470.4200.53233.5730.7735.69
Hex3F45772F2A035ea1f24
Octal7710516757520653523744
Binary1111111000101111011110111110101001101011110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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