#333B87

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

Shades of Jacksons Purple #333B87

Tints of Jacksons Purple #333B87

Color information

#333B87 (or 0x333B87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3B and 87. RGB value is (51,59,135). Sum of RGB (Red+Green+Blue) = 51+59+135=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #333B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B87 is #CCC478. Grayscale: #404040. Windows color (decimal): -13419641 or 8862515. OLE color: 8862515.

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

Color convert

RGB5159135-
CMYK0.620.5600.47
HSL234.29º45.16%36.47%-
HSV(B)234.29º62.22%52.94%-
XYZ7.35.5823.61-
YUV65.27167.35117.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=20.82%
G=24.08%
B=55.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51591350.620.5600.47234.2945.1636.47
Hex333B873E3802Fea2d24
Octal637320776700573525544
Binary11001111101110000111111110111000010111111101010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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