#332F89

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

Shades of Jacksons Purple #332F89

Tints of Jacksons Purple #332F89

Color information

#332F89 (or 0x332F89) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 89. RGB value is (51,47,137). Sum of RGB (Red+Green+Blue) = 51+47+137=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #332F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F89 is #CCD076. Grayscale: #3A3A3A. Windows color (decimal): -13422711 or 8990515. OLE color: 8990515.

HSL color Cylindrical-coordinate representation of color #332F89: hue angle of 242.67º 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 #332F89 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5147137-
CMYK0.630.6600.46
HSL242.67º48.91%36.08%-
HSV(B)242.67º65.69%53.73%-
XYZ6.94.5424.18-
YUV58.46172.33122.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 58.30%
R=21.70%
G=20%
B=58.30%

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
Decimal51471370.630.6600.46242.6748.9136.08
Hex332F893F4202Ef33124
Octal6357211771020563636144
Binary110011101111100010011111111000010010111011110011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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