#333486

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

Shades of Jacksons Purple #333486

Tints of Jacksons Purple #333486

Color information

#333486 (or 0x333486) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 86. RGB value is (51,52,134). Sum of RGB (Red+Green+Blue) = 51+52+134=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #333486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333486 is #CCCB79. Grayscale: #3C3C3C. Windows color (decimal): -13421434 or 8795187. OLE color: 8795187.

HSL color Cylindrical-coordinate representation of color #333486: hue angle of 239.28º 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 #333486 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5152134-
CMYK0.620.6100.47
HSL239.28º44.86%36.27%-
HSV(B)239.28º61.94%52.55%-
XYZ6.94.8823.13-
YUV61.05169.17120.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=21.52%
G=21.94%
B=56.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51521340.620.6100.47239.2844.8636.27
Hex3334863E3D02Fef2d24
Octal636420676750573575544
Binary11001111010010000110111110111101010111111101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333486; }

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

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

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

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

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

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

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

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