#332D86

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

Shades of Jacksons Purple #332D86

Tints of Jacksons Purple #332D86

Color information

#332D86 (or 0x332D86) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2D and 86. RGB value is (51,45,134). Sum of RGB (Red+Green+Blue) = 51+45+134=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #332D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D86 is #CCD279. Grayscale: #383838. Windows color (decimal): -13423226 or 8793395. OLE color: 8793395.

HSL color Cylindrical-coordinate representation of color #332D86: hue angle of 244.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332D86 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5145134-
CMYK0.620.6600.47
HSL244.04º49.72%35.1%-
HSV(B)244.04º66.42%52.55%-
XYZ6.614.323.04-
YUV56.94171.49123.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 134 (52.73% from 255) = 58.26%
R=22.17%
G=19.57%
B=58.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51451340.620.6600.47244.0449.7235.1
Hex332D863E4202Ff43223
Octal6355206761020573646243
Binary110011101101100001101111101000010010111111110100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,134); }

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

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

 a { background-color: rgb(51,45,134); }

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

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

 span { border-color: rgb(51,45,134); }

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