#3F4885

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

Shades of Jacksons Purple #3F4885

Tints of Jacksons Purple #3F4885

Color information

#3F4885 (or 0x3F4885) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 48 and 85. RGB value is (63,72,133). Sum of RGB (Red+Green+Blue) = 63+72+133=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4885 is #C0B77A. Grayscale: #4C4C4C. Windows color (decimal): -12629883 or 8734783. OLE color: 8734783.

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

Color convert

RGB6372133-
CMYK0.530.4600.48
HSL232.29º35.71%38.43%-
HSV(B)232.29º52.63%52.16%-
XYZ8.67.3823.16-
YUV76.26160.02118.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=23.51%
G=26.87%
B=49.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63721330.530.4600.48232.2935.7138.43
Hex3F4885352E030e82426
Octal7711020565560603504446
Binary111111100100010000101110101101110011000011101000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,133); }

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

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

 a { background-color: rgb(63,72,133); }

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

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

 span { border-color: rgb(63,72,133); }

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