#33328A

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

Shades of Jacksons Purple #33328A

Tints of Jacksons Purple #33328A

Color information

#33328A (or 0x33328A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 32 and 8A. RGB value is (51,50,138). Sum of RGB (Red+Green+Blue) = 51+50+138=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #33328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33328A is #CCCD75. Grayscale: #3B3B3B. Windows color (decimal): -13421942 or 9056819. OLE color: 9056819.

HSL color Cylindrical-coordinate representation of color #33328A: hue angle of 240.68º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33328A is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5150138-
CMYK0.630.6400.46
HSL240.68º46.81%36.86%-
HSV(B)240.68º63.77%54.12%-
XYZ7.094.8224.6-
YUV60.33171.83121.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=21.34%
G=20.92%
B=57.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51501380.630.6400.46240.6846.8136.86
Hex33328A3F4002Ef12f25
Octal6362212771000563615745
Binary110011110010100010101111111000000010111011110001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33328A; }

 p { color: rgb(51,50,138); }

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

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

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

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

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

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

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