#2F3086

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

Shades of Jacksons Purple #2F3086

Tints of Jacksons Purple #2F3086

Color information

#2F3086 (or 0x2F3086) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 30 and 86. RGB value is (47,48,134). Sum of RGB (Red+Green+Blue) = 47+48+134=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F3086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3086 is #D0CF79. Grayscale: #393939. Windows color (decimal): -13684602 or 8794159. OLE color: 8794159.

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

Color convert

RGB4748134-
CMYK0.650.6400.47
HSL239.31º48.07%35.49%-
HSV(B)239.31º64.93%52.55%-
XYZ6.534.4423.07-
YUV57.5171.17120.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 134 (52.73% from 255) = 58.52%
R=20.52%
G=20.96%
B=58.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47481340.650.6400.47239.3148.0735.49
Hex2F3086414002Fef3023
Octal57602061011000573576043
Binary1011111100001000011010000011000000010111111101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,134); }

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

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

 a { background-color: rgb(47,48,134); }

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

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

 span { border-color: rgb(47,48,134); }

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