#2f3389

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

Shades of Jacksons Purple #2F3389

Tints of Jacksons Purple #2F3389

Color information

#2F3389 (or 0x2F3389) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 33 and 89. RGB value is (47,51,137). Sum of RGB (Red+Green+Blue) = 47+51+137=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3389 is #D0CC76. Grayscale: #3B3B3B. Windows color (decimal): -13683831 or 8991535. OLE color: 8991535.

HSL color Cylindrical-coordinate representation of color #2F3389: hue angle of 237.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3389 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4751137-
CMYK0.660.6300.46
HSL237.33º48.91%36.08%-
HSV(B)237.33º65.69%53.73%-
XYZ6.874.7824.23-
YUV59.61171.67119.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 137 (53.91% from 255) = 58.30%
R=20%
G=21.70%
B=58.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47511370.660.6300.46237.3348.9136.08
Hex2F3389423F02Eed3124
Octal5763211102770563556144
Binary101111110011100010011000010111111010111011101101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f3389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f3389; }

 p { color: rgb(47,51,137); }

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

<style>
 a { background-color: #2f3389; }

 a { background-color: rgb(47,51,137); }

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

<style>
 span { border-color: #2f3389; }

 span { border-color: rgb(47,51,137); }

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