#2F3891

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

Shades of Jacksons Purple #2F3891

Tints of Jacksons Purple #2F3891

Color information

#2F3891 (or 0x2F3891) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 38 and 91. RGB value is (47,56,145). Sum of RGB (Red+Green+Blue) = 47+56+145=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F3891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3891 is #D0C76E. Grayscale: #3F3F3F. Windows color (decimal): -13682543 or 9517103. OLE color: 9517103.

HSL color Cylindrical-coordinate representation of color #2F3891: hue angle of 234.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3891 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4756145-
CMYK0.680.6100.43
HSL234.49º51.04%37.65%-
HSV(B)234.49º67.59%56.86%-
XYZ7.75.4827.44-
YUV63.46174.02116.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 145 (57.03% from 255) = 58.47%
R=18.95%
G=22.58%
B=58.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47561450.680.6100.43234.4951.0437.65
Hex2F3891443D02Bea3326
Octal5770221104750533526346
Binary101111111000100100011000100111101010101111101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,145); }

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

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

 a { background-color: rgb(47,56,145); }

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

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

 span { border-color: rgb(47,56,145); }

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