#333986

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

Shades of Jacksons Purple #333986

Tints of Jacksons Purple #333986

Color information

#333986 (or 0x333986) is unknown color: approx Jacksons Purple. HEX triplet: 33, 39 and 86. RGB value is (51,57,134). Sum of RGB (Red+Green+Blue) = 51+57+134=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #333986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333986 is #CCC679. Grayscale: #3F3F3F. Windows color (decimal): -13420154 or 8796467. OLE color: 8796467.

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

Color convert

RGB5157134-
CMYK0.620.5700.47
HSL235.66º44.86%36.27%-
HSV(B)235.66º61.94%52.55%-
XYZ7.135.3523.21-
YUV63.98167.51118.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=21.07%
G=23.55%
B=55.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51571340.620.5700.47235.6644.8636.27
Hex3339863E3902Fec2d24
Octal637120676710573545544
Binary11001111100110000110111110111001010111111101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333986; }

 p { color: rgb(51,57,134); }

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

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

 a { background-color: rgb(51,57,134); }

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

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

 span { border-color: rgb(51,57,134); }

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