#333280

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

Shades of Jacksons Purple #333280

Tints of Jacksons Purple #333280

Color information

#333280 (or 0x333280) is unknown color: approx Jacksons Purple. HEX triplet: 33, 32 and 80. RGB value is (51,50,128). Sum of RGB (Red+Green+Blue) = 51+50+128=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #333280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333280 is #CCCD7F. Grayscale: #3A3A3A. Windows color (decimal): -13421952 or 8401459. OLE color: 8401459.

HSL color Cylindrical-coordinate representation of color #333280: hue angle of 240.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333280 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5150128-
CMYK0.600.6100.50
HSL240.77º43.82%34.9%-
HSV(B)240.77º60.94%50.2%-
XYZ6.44.5420.96-
YUV59.19166.83122.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 128 (50.39% from 255) = 55.90%
R=22.27%
G=21.83%
B=55.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51501280.600.6100.50240.7743.8234.9
Hex3332803C3D032f12c23
Octal636220074750623615443
Binary11001111001010000000111100111101011001011110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333280; }

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

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

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

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

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

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

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

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