#332F8B

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

Shades of Jacksons Purple #332F8B

Tints of Jacksons Purple #332F8B

Color information

#332F8B (or 0x332F8B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 8B. RGB value is (51,47,139). Sum of RGB (Red+Green+Blue) = 51+47+139=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #332F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F8B is #CCD074. Grayscale: #3A3A3A. Windows color (decimal): -13422709 or 9121587. OLE color: 9121587.

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

Color convert

RGB5147139-
CMYK0.630.6600.45
HSL242.61º49.46%36.47%-
HSV(B)242.61º66.19%54.51%-
XYZ7.044.624.94-
YUV58.68173.33122.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=21.52%
G=19.83%
B=58.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51471390.630.6600.45242.6149.4636.47
Hex332F8B3F4202Df33124
Octal6357213771020553636144
Binary110011101111100010111111111000010010110111110011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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