#332A84

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

Shades of Jacksons Purple #332A84

Tints of Jacksons Purple #332A84

Color information

#332A84 (or 0x332A84) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2A and 84. RGB value is (51,42,132). Sum of RGB (Red+Green+Blue) = 51+42+132=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #332A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332A84 is #CCD57B. Grayscale: #363636. Windows color (decimal): -13423996 or 8661555. OLE color: 8661555.

HSL color Cylindrical-coordinate representation of color #332A84: hue angle of 246º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332A84 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5142132-
CMYK0.610.6800.48
HSL246º51.72%34.12%-
HSV(B)246º68.18%51.76%-
XYZ6.364.0322.27-
YUV54.95171.48125.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=22.67%
G=18.67%
B=58.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51421320.610.6800.4824651.7234.12
Hex332A843D44030f63422
Octal6352204751040603666442
Binary110011101010100001001111011000100011000011110110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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