#332f87

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

Shades of Jacksons Purple #332F87

Tints of Jacksons Purple #332F87

Color information

#332F87 (or 0x332F87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 87. RGB value is (51,47,135). Sum of RGB (Red+Green+Blue) = 51+47+135=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #332F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F87 is #CCD078. Grayscale: #393939. Windows color (decimal): -13422713 or 8859443. OLE color: 8859443.

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

Color convert

RGB5147135-
CMYK0.620.6500.47
HSL242.73º48.35%35.69%-
HSV(B)242.73º65.19%52.94%-
XYZ6.754.4923.43-
YUV58.23171.33122.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=21.89%
G=20.17%
B=57.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51471350.620.6500.47242.7348.3535.69
Hex332F873E4102Ff33024
Octal6357207761010573636044
Binary110011101111100001111111101000001010111111110011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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