#332F8A

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

Shades of Jacksons Purple #332F8A

Tints of Jacksons Purple #332F8A

Color information

#332F8A (or 0x332F8A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 8A. RGB value is (51,47,138). Sum of RGB (Red+Green+Blue) = 51+47+138=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #332F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F8A is #CCD075. Grayscale: #3A3A3A. Windows color (decimal): -13422710 or 9056051. OLE color: 9056051.

HSL color Cylindrical-coordinate representation of color #332F8A: hue angle of 242.64º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332F8A is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5147138-
CMYK0.630.6600.46
HSL242.64º49.19%36.27%-
HSV(B)242.64º65.94%54.12%-
XYZ6.974.5724.56-
YUV58.57172.83122.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=21.61%
G=19.92%
B=58.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51471380.630.6600.46242.6449.1936.27
Hex332F8A3F4202Ef33124
Octal6357212771020563636144
Binary110011101111100010101111111000010010111011110011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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