#333585

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

Shades of Jacksons Purple #333585

Tints of Jacksons Purple #333585

Color information

#333585 (or 0x333585) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 85. RGB value is (51,53,133). Sum of RGB (Red+Green+Blue) = 51+53+133=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #333585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333585 is #CCCA7A. Grayscale: #3D3D3D. Windows color (decimal): -13421179 or 8729907. OLE color: 8729907.

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

Color convert

RGB5153133-
CMYK0.620.6000.48
HSL238.54º44.57%36.08%-
HSV(B)238.54º61.65%52.16%-
XYZ6.874.9422.78-
YUV61.52168.34120.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=21.52%
G=22.36%
B=56.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51531330.620.6000.48238.5444.5736.08
Hex3335853E3C030ef2d24
Octal636520576740603575544
Binary11001111010110000101111110111100011000011101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333585; }

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

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

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

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

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

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

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

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