#332b8a

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

Shades of Jacksons Purple #332B8A

Tints of Jacksons Purple #332B8A

Color information

#332B8A (or 0x332B8A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2B and 8A. RGB value is (51,43,138). Sum of RGB (Red+Green+Blue) = 51+43+138=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #332B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B8A is #CCD475. Grayscale: #373737. Windows color (decimal): -13423734 or 9055027. OLE color: 9055027.

HSL color Cylindrical-coordinate representation of color #332B8A: hue angle of 245.05º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332B8A is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5143138-
CMYK0.630.6900.46
HSL245.05º52.49%35.49%-
HSV(B)245.05º68.84%54.12%-
XYZ6.824.2724.51-
YUV56.22174.15124.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=21.98%
G=18.53%
B=59.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51431380.630.6900.46245.0552.4935.49
Hex332B8A3F4502Ef53423
Octal6353212771050563656443
Binary110011101011100010101111111000101010111011110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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