#2F3B89

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

Shades of Jacksons Purple #2F3B89

Tints of Jacksons Purple #2F3B89

Color information

#2F3B89 (or 0x2F3B89) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 3B and 89. RGB value is (47,59,137). Sum of RGB (Red+Green+Blue) = 47+59+137=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F3B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B89 is #D0C476. Grayscale: #3F3F3F. Windows color (decimal): -13681783 or 8993583. OLE color: 8993583.

HSL color Cylindrical-coordinate representation of color #2F3B89: hue angle of 232º 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 #2F3B89 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4759137-
CMYK0.660.5700.46
HSL232º48.91%36.08%-
HSV(B)232º65.69%53.73%-
XYZ7.255.5424.35-
YUV64.3169.02115.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=19.34%
G=24.28%
B=56.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47591370.660.5700.4623248.9136.08
Hex2F3B89423902Ee83124
Octal5773211102710563506144
Binary101111111011100010011000010111001010111011101000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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