#333785

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

Shades of Jacksons Purple #333785

Tints of Jacksons Purple #333785

Color information

#333785 (or 0x333785) is unknown color: approx Jacksons Purple. HEX triplet: 33, 37 and 85. RGB value is (51,55,133). Sum of RGB (Red+Green+Blue) = 51+55+133=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #333785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333785 is #CCC87A. Grayscale: #3E3E3E. Windows color (decimal): -13420667 or 8730419. OLE color: 8730419.

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

Color convert

RGB5155133-
CMYK0.620.5900.48
HSL237.07º44.57%36.08%-
HSV(B)237.07º61.65%52.16%-
XYZ6.975.1322.81-
YUV62.7167.67119.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=21.34%
G=23.01%
B=55.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51551330.620.5900.48237.0744.5736.08
Hex3337853E3B030ed2d24
Octal636720576730603555544
Binary11001111011110000101111110111011011000011101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333785; }

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

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

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

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

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

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

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

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