#3F4188

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

Shades of Jacksons Purple #3F4188

Tints of Jacksons Purple #3F4188

Color information

#3F4188 (or 0x3F4188) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 41 and 88. RGB value is (63,65,136). Sum of RGB (Red+Green+Blue) = 63+65+136=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F4188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4188 is #C0BE77. Grayscale: #484848. Windows color (decimal): -12631672 or 8929599. OLE color: 8929599.

HSL color Cylindrical-coordinate representation of color #3F4188: hue angle of 238.36º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4188 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6365136-
CMYK0.540.5200.47
HSL238.36º36.68%39.02%-
HSV(B)238.36º53.68%53.33%-
XYZ8.386.6124.13-
YUV72.5163.84121.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=23.86%
G=24.62%
B=51.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63651360.540.5200.47238.3636.6839.02
Hex3F4188363402Fee2527
Octal7710121066640573564547
Binary111111100000110001000110110110100010111111101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,136); }

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

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

 a { background-color: rgb(63,65,136); }

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

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

 span { border-color: rgb(63,65,136); }

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