#332A87

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

Shades of Jacksons Purple #332A87

Tints of Jacksons Purple #332A87

Color information

#332A87 (or 0x332A87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2A and 87. RGB value is (51,42,135). Sum of RGB (Red+Green+Blue) = 51+42+135=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #332A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332A87 is #CCD578. Grayscale: #363636. Windows color (decimal): -13423993 or 8858163. OLE color: 8858163.

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

Color convert

RGB5142135-
CMYK0.620.6900.47
HSL245.81º52.54%34.71%-
HSV(B)245.81º68.89%52.94%-
XYZ6.574.1123.37-
YUV55.29172.98124.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=22.37%
G=18.42%
B=59.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51421350.620.6900.47245.8152.5434.71
Hex332A873E4502Ff63523
Octal6352207761050573666543
Binary110011101010100001111111101000101010111111110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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