#333480

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

Shades of Jacksons Purple #333480

Tints of Jacksons Purple #333480

Color information

#333480 (or 0x333480) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 80. RGB value is (51,52,128). Sum of RGB (Red+Green+Blue) = 51+52+128=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #333480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333480 is #CCCB7F. Grayscale: #3C3C3C. Windows color (decimal): -13421440 or 8401971. OLE color: 8401971.

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

Color convert

RGB5152128-
CMYK0.600.5900.50
HSL239.22º43.02%35.1%-
HSV(B)239.22º60.16%50.2%-
XYZ6.494.7220.99-
YUV60.36166.17121.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=22.08%
G=22.51%
B=55.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51521280.600.5900.50239.2243.0235.1
Hex3334803C3B032ef2b23
Octal636420074730623575343
Binary11001111010010000000111100111011011001011101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333480; }

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

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

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

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

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

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

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

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