#333F87

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

Shades of Jacksons Purple #333F87

Tints of Jacksons Purple #333F87

Color information

#333F87 (or 0x333F87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3F and 87. RGB value is (51,63,135). Sum of RGB (Red+Green+Blue) = 51+63+135=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #333F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F87 is #CCC078. Grayscale: #434343. Windows color (decimal): -13418617 or 8863539. OLE color: 8863539.

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

Color convert

RGB5163135-
CMYK0.620.5300.47
HSL231.43º45.16%36.47%-
HSV(B)231.43º62.22%52.94%-
XYZ7.526.0123.69-
YUV67.62166.02116.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=20.48%
G=25.30%
B=54.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51631350.620.5300.47231.4345.1636.47
Hex333F873E3502Fe72d24
Octal637720776650573475544
Binary11001111111110000111111110110101010111111100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F87; }

 p { color: rgb(51,63,135); }

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

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

 a { background-color: rgb(51,63,135); }

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

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

 span { border-color: rgb(51,63,135); }

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