#332B7F

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

Shades of Jacksons Purple #332B7F

Tints of Jacksons Purple #332B7F

Color information

#332B7F (or 0x332B7F) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2B and 7F. RGB value is (51,43,127). Sum of RGB (Red+Green+Blue) = 51+43+127=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #332B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B7F is #CCD480. Grayscale: #363636. Windows color (decimal): -13423745 or 8334131. OLE color: 8334131.

HSL color Cylindrical-coordinate representation of color #332B7F: hue angle of 245.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332B7F is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5143127-
CMYK0.600.6600.50
HSL245.71º49.41%33.33%-
HSV(B)245.71º66.14%49.8%-
XYZ6.063.9620.52-
YUV54.97168.65125.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 127 (50% from 255) = 57.47%
R=23.08%
G=19.46%
B=57.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51431270.600.6600.50245.7149.4133.33
Hex332B7F3C42032f63121
Octal6353177741020623666141
Binary11001110101111111111111001000010011001011110110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,127); }

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

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

 a { background-color: rgb(51,43,127); }

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

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

 span { border-color: rgb(51,43,127); }

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