#2F3387

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

Shades of Jacksons Purple #2F3387

Tints of Jacksons Purple #2F3387

Color information

#2F3387 (or 0x2F3387) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 33 and 87. RGB value is (47,51,135). Sum of RGB (Red+Green+Blue) = 47+51+135=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3387 is #D0CC78. Grayscale: #3B3B3B. Windows color (decimal): -13683833 or 8860463. OLE color: 8860463.

HSL color Cylindrical-coordinate representation of color #2F3387: hue angle of 237.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3387 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4751135-
CMYK0.650.6200.47
HSL237.27º48.35%35.69%-
HSV(B)237.27º65.19%52.94%-
XYZ6.734.7223.48-
YUV59.38170.67119.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.17%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=20.17%
G=21.89%
B=57.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47511350.650.6200.47237.2748.3535.69
Hex2F3387413E02Fed3024
Octal5763207101760573556044
Binary101111110011100001111000001111110010111111101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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