#2F3992

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

Shades of Jacksons Purple #2F3992

Tints of Jacksons Purple #2F3992

Color information

#2F3992 (or 0x2F3992) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 39 and 92. RGB value is (47,57,146). Sum of RGB (Red+Green+Blue) = 47+57+146=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3992 is #D0C66D. Grayscale: #3F3F3F. Windows color (decimal): -13682286 or 9582895. OLE color: 9582895.

HSL color Cylindrical-coordinate representation of color #2F3992: hue angle of 233.94º 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 #2F3992 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4757146-
CMYK0.680.6100.43
HSL233.94º51.3%37.84%-
HSV(B)233.94º67.81%57.25%-
XYZ7.825.6127.86-
YUV64.16174.19115.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=18.8%
G=22.8%
B=58.4%

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
Decimal47571460.680.6100.43233.9451.337.84
Hex2F3992443D02Bea3326
Octal5771222104750533526346
Binary101111111001100100101000100111101010101111101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,146); }

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

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

 a { background-color: rgb(47,57,146); }

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

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

 span { border-color: rgb(47,57,146); }

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