#332C85

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

Shades of Jacksons Purple #332C85

Tints of Jacksons Purple #332C85

Color information

#332C85 (or 0x332C85) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2C and 85. RGB value is (51,44,133). Sum of RGB (Red+Green+Blue) = 51+44+133=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #332C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C85 is #CCD37A. Grayscale: #373737. Windows color (decimal): -13423483 or 8727603. OLE color: 8727603.

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

Color convert

RGB5144133-
CMYK0.620.6700.48
HSL244.72º50.28%34.71%-
HSV(B)244.72º66.92%52.16%-
XYZ6.54.222.66-
YUV56.24171.32124.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=22.37%
G=19.30%
B=58.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51441330.620.6700.48244.7250.2834.71
Hex332C853E43030f53223
Octal6354205761030603656243
Binary110011101100100001011111101000011011000011110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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