#2F3190

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

Shades of Jacksons Purple #2F3190

Tints of Jacksons Purple #2F3190

Color information

#2F3190 (or 0x2F3190) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 31 and 90. RGB value is (47,49,144). Sum of RGB (Red+Green+Blue) = 47+49+144=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3190 is #D0CE6F. Grayscale: #3A3A3A. Windows color (decimal): -13684336 or 9449775. OLE color: 9449775.

HSL color Cylindrical-coordinate representation of color #2F3190: hue angle of 238.76º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3190 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4749144-
CMYK0.670.6600.44
HSL238.76º50.79%37.45%-
HSV(B)238.76º67.36%56.47%-
XYZ7.34.8126.93-
YUV59.23175.84119.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 144 (56.64% from 255) = 60%
R=19.58%
G=20.42%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47491440.670.6600.44238.7650.7937.45
Hex2F3190434202Cef3325
Octal57612201031020543576345
Binary1011111100011001000010000111000010010110011101111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,144); }

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

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

 a { background-color: rgb(47,49,144); }

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

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

 span { border-color: rgb(47,49,144); }

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