#3F457B

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

Shades of Jacksons Purple #3F457B

Tints of Jacksons Purple #3F457B

Color information

#3F457B (or 0x3F457B) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 45 and 7B. RGB value is (63,69,123). Sum of RGB (Red+Green+Blue) = 63+69+123=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F457B is #C0BA84. Grayscale: #494949. Windows color (decimal): -12630661 or 8078655. OLE color: 8078655.

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

Color convert

RGB6369123-
CMYK0.490.4400.52
HSL234º32.26%36.47%-
HSV(B)234º48.78%48.24%-
XYZ7.756.7419.63-
YUV73.36156.01120.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=24.71%
G=27.06%
B=48.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63691230.490.4400.5223432.2636.47
Hex3F457B312C034ea2024
Octal7710517361540643524044
Binary11111110001011111011110001101100011010011101010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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