#333282

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

Shades of Jacksons Purple #333282

Tints of Jacksons Purple #333282

Color information

#333282 (or 0x333282) is unknown color: approx Jacksons Purple. HEX triplet: 33, 32 and 82. RGB value is (51,50,130). Sum of RGB (Red+Green+Blue) = 51+50+130=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #333282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333282 is #CCCD7D. Grayscale: #3B3B3B. Windows color (decimal): -13421950 or 8532531. OLE color: 8532531.

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

Color convert

RGB5150130-
CMYK0.610.6200.49
HSL240.75º44.44%35.29%-
HSV(B)240.75º61.54%50.98%-
XYZ6.544.621.66-
YUV59.42167.83122-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=22.08%
G=21.65%
B=56.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51501300.610.6200.49240.7544.4435.29
Hex3332823D3E031f12c23
Octal636220275760613615443
Binary11001111001010000010111101111110011000111110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333282; }

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

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

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

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

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

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

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

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