#333586

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

Shades of Jacksons Purple #333586

Tints of Jacksons Purple #333586

Color information

#333586 (or 0x333586) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 86. RGB value is (51,53,134). Sum of RGB (Red+Green+Blue) = 51+53+134=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #333586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333586 is #CCCA79. Grayscale: #3D3D3D. Windows color (decimal): -13421178 or 8795443. OLE color: 8795443.

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

Color convert

RGB5153134-
CMYK0.620.6000.47
HSL238.55º44.86%36.27%-
HSV(B)238.55º61.94%52.55%-
XYZ6.944.9723.15-
YUV61.64168.84120.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=21.43%
G=22.27%
B=56.30%

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
Decimal51531340.620.6000.47238.5544.8636.27
Hex3335863E3C02Fef2d24
Octal636520676740573575544
Binary11001111010110000110111110111100010111111101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333586; }

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

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

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

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

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

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

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

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