#333492

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

Shades of Jacksons Purple #333492

Tints of Jacksons Purple #333492

Color information

#333492 (or 0x333492) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 92. RGB value is (51,52,146). Sum of RGB (Red+Green+Blue) = 51+52+146=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #333492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333492 is #CCCB6D. Grayscale: #3E3E3E. Windows color (decimal): -13421422 or 9581619. OLE color: 9581619.

HSL color Cylindrical-coordinate representation of color #333492: hue angle of 239.37º 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 #333492 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5152146-
CMYK0.650.6400.43
HSL239.37º48.22%38.63%-
HSV(B)239.37º65.07%57.25%-
XYZ7.785.2427.79-
YUV62.42175.17119.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=20.48%
G=20.88%
B=58.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51521460.650.6400.43239.3748.2238.63
Hex333492414002Bef3027
Octal63642221011000533576047
Binary1100111101001001001010000011000000010101111101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333492; }

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

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

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

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

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

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

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

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