#332D87

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

Shades of Jacksons Purple #332D87

Tints of Jacksons Purple #332D87

Color information

#332D87 (or 0x332D87) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2D and 87. RGB value is (51,45,135). Sum of RGB (Red+Green+Blue) = 51+45+135=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #332D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D87 is #CCD278. Grayscale: #383838. Windows color (decimal): -13423225 or 8858931. OLE color: 8858931.

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

Color convert

RGB5145135-
CMYK0.620.6700.47
HSL244º50%35.29%-
HSV(B)244º66.67%52.94%-
XYZ6.684.3323.41-
YUV57.05171.99123.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=22.08%
G=19.48%
B=58.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51451350.620.6700.472445035.29
Hex332D873E4302Ff43223
Octal6355207761030573646243
Binary110011101101100001111111101000011010111111110100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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