#333392

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

Shades of Jacksons Purple #333392

Tints of Jacksons Purple #333392

Color information

#333392 (or 0x333392) is unknown color: approx Jacksons Purple. HEX triplet: 33, 33 and 92. RGB value is (51,51,146). Sum of RGB (Red+Green+Blue) = 51+51+146=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #333392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333392 is #CCCC6D. Grayscale: #3D3D3D. Windows color (decimal): -13421678 or 9581363. OLE color: 9581363.

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

Color convert

RGB5151146-
CMYK0.650.6500.43
HSL240º48.22%38.63%-
HSV(B)240º65.07%57.25%-
XYZ7.745.1527.78-
YUV61.83175.5120.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=20.56%
G=20.56%
B=58.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51511460.650.6500.4324048.2238.63
Hex333392414102Bf03027
Octal63632221011010533606047
Binary1100111100111001001010000011000001010101111110000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333392; }

 p { color: rgb(51,51,146); }

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

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

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

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

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

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

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