#332C8A

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

Shades of Jacksons Purple #332C8A

Tints of Jacksons Purple #332C8A

Color information

#332C8A (or 0x332C8A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2C and 8A. RGB value is (51,44,138). Sum of RGB (Red+Green+Blue) = 51+44+138=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #332C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C8A is #CCD375. Grayscale: #383838. Windows color (decimal): -13423478 or 9055283. OLE color: 9055283.

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

Color convert

RGB5144138-
CMYK0.630.6800.46
HSL244.47º51.65%35.69%-
HSV(B)244.47º68.12%54.12%-
XYZ6.854.3424.52-
YUV56.81173.82123.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=21.89%
G=18.88%
B=59.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51441380.630.6800.46244.4751.6535.69
Hex332C8A3F4402Ef43424
Octal6354212771040563646444
Binary110011101100100010101111111000100010111011110100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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