#3F3D7C

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

Shades of Jacksons Purple #3F3D7C

Tints of Jacksons Purple #3F3D7C

Color information

#3F3D7C (or 0x3F3D7C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 3D and 7C. RGB value is (63,61,124). Sum of RGB (Red+Green+Blue) = 63+61+124=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F3D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D7C is #C0C283. Grayscale: #444444. Windows color (decimal): -12632708 or 8142143. OLE color: 8142143.

HSL color Cylindrical-coordinate representation of color #3F3D7C: hue angle of 241.9º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F3D7C is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6361124-
CMYK0.490.5100.51
HSL241.9º34.05%36.27%-
HSV(B)241.9º50.81%48.63%-
XYZ7.365.8519.81-
YUV68.78159.16123.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 124 (48.83% from 255) = 50%
R=25.40%
G=24.60%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63611240.490.5100.51241.934.0536.27
Hex3F3D7C3133033f22224
Octal777517461630633624244
Binary1111111111011111100110001110011011001111110010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,61,124); }

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

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

 a { background-color: rgb(63,61,124); }

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

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

 span { border-color: rgb(63,61,124); }

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