#333686

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

Shades of Jacksons Purple #333686

Tints of Jacksons Purple #333686

Color information

#333686 (or 0x333686) is unknown color: approx Jacksons Purple. HEX triplet: 33, 36 and 86. RGB value is (51,54,134). Sum of RGB (Red+Green+Blue) = 51+54+134=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #333686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333686 is #CCC979. Grayscale: #3D3D3D. Windows color (decimal): -13420922 or 8795699. OLE color: 8795699.

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

Color convert

RGB5154134-
CMYK0.620.6000.47
HSL237.83º44.86%36.27%-
HSV(B)237.83º61.94%52.55%-
XYZ6.995.0623.16-
YUV62.22168.51120-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=21.34%
G=22.59%
B=56.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51541340.620.6000.47237.8344.8636.27
Hex3336863E3C02Fee2d24
Octal636620676740573565544
Binary11001111011010000110111110111100010111111101110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333686; }

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

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

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

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

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

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

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

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