#332887

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

Shades of Jacksons Purple #332887

Tints of Jacksons Purple #332887

Color information

#332887 (or 0x332887) is unknown color: approx Jacksons Purple. HEX triplet: 33, 28 and 87. RGB value is (51,40,135). Sum of RGB (Red+Green+Blue) = 51+40+135=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #332887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332887 is #CCD778. Grayscale: #353535. Windows color (decimal): -13424505 or 8857651. OLE color: 8857651.

HSL color Cylindrical-coordinate representation of color #332887: hue angle of 246.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332887 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5140135-
CMYK0.620.7000.47
HSL246.95º54.29%34.31%-
HSV(B)246.95º70.37%52.94%-
XYZ6.53.9723.35-
YUV54.12173.64125.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=22.57%
G=17.70%
B=59.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51401350.620.7000.47246.9554.2934.31
Hex3328873E4602Ff73622
Octal6350207761060573676642
Binary110011101000100001111111101000110010111111110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332887; }

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

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

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

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

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

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

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

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