#333B8B

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

Shades of Jacksons Purple #333B8B

Tints of Jacksons Purple #333B8B

Color information

#333B8B (or 0x333B8B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3B and 8B. RGB value is (51,59,139). Sum of RGB (Red+Green+Blue) = 51+59+139=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #333B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B8B is #CCC474. Grayscale: #414141. Windows color (decimal): -13419637 or 9124659. OLE color: 9124659.

HSL color Cylindrical-coordinate representation of color #333B8B: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333B8B is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5159139-
CMYK0.630.5800.45
HSL234.55º46.32%37.25%-
HSV(B)234.55º63.31%54.51%-
XYZ7.595.725.13-
YUV65.73169.35117.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=20.48%
G=23.69%
B=55.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51591390.630.5800.45234.5546.3237.25
Hex333B8B3F3A02Deb2e25
Octal637321377720553535645
Binary11001111101110001011111111111010010110111101011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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