#333993

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

Shades of Jacksons Purple #333993

Tints of Jacksons Purple #333993

Color information

#333993 (or 0x333993) is unknown color: approx Jacksons Purple. HEX triplet: 33, 39 and 93. RGB value is (51,57,147). Sum of RGB (Red+Green+Blue) = 51+57+147=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #333993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333993 is #CCC66C. Grayscale: #414141. Windows color (decimal): -13420141 or 9648435. OLE color: 9648435.

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

Color convert

RGB5157147-
CMYK0.650.6100.42
HSL236.25º48.48%38.82%-
HSV(B)236.25º65.31%57.65%-
XYZ8.095.7428.28-
YUV65.47174.01117.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=20%
G=22.35%
B=57.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51571470.650.6100.42236.2548.4838.82
Hex333993413D02Aec3027
Octal6371223101750523546047
Binary110011111001100100111000001111101010101011101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333993; }

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

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

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

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

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

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

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

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