#333C87

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

Shades of Jacksons Purple #333C87

Tints of Jacksons Purple #333C87

Color information

#333C87 (or 0x333C87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3C and 87. RGB value is (51,60,135). Sum of RGB (Red+Green+Blue) = 51+60+135=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #333C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C87 is #CCC378. Grayscale: #414141. Windows color (decimal): -13419385 or 8862771. OLE color: 8862771.

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

Color convert

RGB5160135-
CMYK0.620.5600.47
HSL233.57º45.16%36.47%-
HSV(B)233.57º62.22%52.94%-
XYZ7.355.6823.63-
YUV65.86167.02117.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=20.73%
G=24.39%
B=54.88%

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
Decimal51601350.620.5600.47233.5745.1636.47
Hex333C873E3802Fea2d24
Octal637420776700573525544
Binary11001111110010000111111110111000010111111101010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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