#333693

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

Shades of Jacksons Purple #333693

Tints of Jacksons Purple #333693

Color information

#333693 (or 0x333693) is unknown color: approx Jacksons Purple. HEX triplet: 33, 36 and 93. RGB value is (51,54,147). Sum of RGB (Red+Green+Blue) = 51+54+147=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #333693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333693 is #CCC96C. Grayscale: #3F3F3F. Windows color (decimal): -13420909 or 9647667. OLE color: 9647667.

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

Color convert

RGB5154147-
CMYK0.650.6300.42
HSL238.12º48.48%38.82%-
HSV(B)238.12º65.31%57.65%-
XYZ7.955.4528.24-
YUV63.7175.01118.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=20.24%
G=21.43%
B=58.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51541470.650.6300.42238.1248.4838.82
Hex333693413F02Aee3027
Octal6366223101770523566047
Binary110011110110100100111000001111111010101011101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333693; }

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

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

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

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

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

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

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

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