#333485

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

Shades of Jacksons Purple #333485

Tints of Jacksons Purple #333485

Color information

#333485 (or 0x333485) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 85. RGB value is (51,52,133). Sum of RGB (Red+Green+Blue) = 51+52+133=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #333485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333485 is #CCCB7A. Grayscale: #3C3C3C. Windows color (decimal): -13421435 or 8729651. OLE color: 8729651.

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

Color convert

RGB5152133-
CMYK0.620.6100.48
HSL239.27º44.57%36.08%-
HSV(B)239.27º61.65%52.16%-
XYZ6.834.8522.77-
YUV60.93168.67120.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=21.61%
G=22.03%
B=56.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51521330.620.6100.48239.2744.5736.08
Hex3334853E3D030ef2d24
Octal636420576750603575544
Binary11001111010010000101111110111101011000011101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333485; }

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

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

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

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

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

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

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

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