#333493

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

Shades of Jacksons Purple #333493

Tints of Jacksons Purple #333493

Color information

#333493 (or 0x333493) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 93. RGB value is (51,52,147). Sum of RGB (Red+Green+Blue) = 51+52+147=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #333493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333493 is #CCCB6C. Grayscale: #3E3E3E. Windows color (decimal): -13421421 or 9647155. OLE color: 9647155.

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

Color convert

RGB5152147-
CMYK0.650.6500.42
HSL239.38º48.48%38.82%-
HSV(B)239.38º65.31%57.65%-
XYZ7.865.2728.21-
YUV62.53175.67119.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=20.4%
G=20.8%
B=58.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51521470.650.6500.42239.3848.4838.82
Hex333493414102Aef3027
Octal63642231011010523576047
Binary1100111101001001001110000011000001010101011101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333493; }

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

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

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

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

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

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

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

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