#333B9B

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

Shades of Jacksons Purple #333B9B

Tints of Jacksons Purple #333B9B

Color information

#333B9B (or 0x333B9B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3B and 9B. RGB value is (51,59,155). Sum of RGB (Red+Green+Blue) = 51+59+155=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #333B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B9B is #CCC464. Grayscale: #434343. Windows color (decimal): -13419621 or 10173235. OLE color: 10173235.

HSL color Cylindrical-coordinate representation of color #333B9B: hue angle of 235.38º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333B9B is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5159155-
CMYK0.670.6200.39
HSL235.38º50.49%40.39%-
HSV(B)235.38º67.1%60.78%-
XYZ8.856.231.74-
YUV67.55177.35116.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=19.25%
G=22.26%
B=58.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51591550.670.6200.39235.3850.4940.39
Hex333B9B433E027eb3228
Octal6373233103760473536250
Binary110011111011100110111000011111110010011111101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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