#3F3E7C

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

Shades of Jacksons Purple #3F3E7C

Tints of Jacksons Purple #3F3E7C

Color information

#3F3E7C (or 0x3F3E7C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 3E and 7C. RGB value is (63,62,124). Sum of RGB (Red+Green+Blue) = 63+62+124=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F3E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3E7C is #C0C183. Grayscale: #454545. Windows color (decimal): -12632452 or 8142399. OLE color: 8142399.

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

Color convert

RGB6362124-
CMYK0.490.500.51
HSL240.97º33.33%36.47%-
HSV(B)240.97º50%48.63%-
XYZ7.415.9619.83-
YUV69.37158.83123.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=25.30%
G=24.90%
B=49.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63621240.490.500.51240.9733.3336.47
Hex3F3E7C3132033f12124
Octal777617461620633614144
Binary1111111111101111100110001110010011001111110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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