#333B93

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

Shades of Jacksons Purple #333B93

Tints of Jacksons Purple #333B93

Color information

#333B93 (or 0x333B93) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3B and 93. RGB value is (51,59,147). Sum of RGB (Red+Green+Blue) = 51+59+147=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #333B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B93 is #CCC46C. Grayscale: #424242. Windows color (decimal): -13419629 or 9648947. OLE color: 9648947.

HSL color Cylindrical-coordinate representation of color #333B93: hue angle of 235º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333B93 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5159147-
CMYK0.650.6000.42
HSL235º48.48%38.82%-
HSV(B)235º65.31%57.65%-
XYZ8.25.9428.32-
YUV66.64173.35116.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=19.84%
G=22.96%
B=57.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51591470.650.6000.4223548.4838.82
Hex333B93413C02Aeb3027
Octal6373223101740523536047
Binary110011111011100100111000001111100010101011101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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