#3F437C

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

Shades of Jacksons Purple #3F437C

Tints of Jacksons Purple #3F437C

Color information

#3F437C (or 0x3F437C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 43 and 7C. RGB value is (63,67,124). Sum of RGB (Red+Green+Blue) = 63+67+124=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F437C is #C0BC83. Grayscale: #484848. Windows color (decimal): -12631172 or 8143679. OLE color: 8143679.

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

Color convert

RGB6367124-
CMYK0.490.4600.51
HSL236.07º32.62%36.67%-
HSV(B)236.07º49.19%48.63%-
XYZ7.76.5319.92-
YUV72.3157.17121.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=24.80%
G=26.38%
B=48.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63671240.490.4600.51236.0732.6236.67
Hex3F437C312E033ec2125
Octal7710317461560633544145
Binary11111110000111111100110001101110011001111101100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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