#3F357A

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

Shades of Jacksons Purple #3F357A

Tints of Jacksons Purple #3F357A

Color information

#3F357A (or 0x3F357A) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 35 and 7A. RGB value is (63,53,122). Sum of RGB (Red+Green+Blue) = 63+53+122=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F357A is #C0CA85. Grayscale: #3F3F3F. Windows color (decimal): -12634758 or 8009023. OLE color: 8009023.

HSL color Cylindrical-coordinate representation of color #3F357A: hue angle of 248.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F357A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6353122-
CMYK0.480.5700.52
HSL248.7º39.43%34.31%-
HSV(B)248.7º56.56%47.84%-
XYZ6.845.0119.02-
YUV63.86160.81127.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=26.47%
G=22.27%
B=51.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63531220.480.5700.52248.739.4334.31
Hex3F357A3039034f92722
Octal776517260710643714742
Binary1111111101011111010110000111001011010011111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,122); }

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

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

 a { background-color: rgb(63,53,122); }

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

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

 span { border-color: rgb(63,53,122); }

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