#332F82

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

Shades of Jacksons Purple #332F82

Tints of Jacksons Purple #332F82

Color information

#332F82 (or 0x332F82) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 82. RGB value is (51,47,130). Sum of RGB (Red+Green+Blue) = 51+47+130=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #332F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F82 is #CCD07D. Grayscale: #393939. Windows color (decimal): -13422718 or 8531763. OLE color: 8531763.

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

Color convert

RGB5147130-
CMYK0.610.6400.49
HSL242.89º46.89%34.71%-
HSV(B)242.89º63.85%50.98%-
XYZ6.414.3521.62-
YUV57.66168.83123.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 47 (18.75% from 255) = 20.61%
BLUE value IS 130 (51.17% from 255) = 57.02%
R=22.37%
G=20.61%
B=57.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51471300.610.6400.49242.8946.8934.71
Hex332F823D40031f32f23
Octal6357202751000613635743
Binary110011101111100000101111011000000011000111110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332F82; }

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

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

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

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

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

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

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

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