#32338A

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

Shades of Jacksons Purple #32338A

Tints of Jacksons Purple #32338A

Color information

#32338A (or 0x32338A) is unknown color: approx Jacksons Purple. HEX triplet: 32, 33 and 8A. RGB value is (50,51,138). Sum of RGB (Red+Green+Blue) = 50+51+138=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #32338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32338A is #CDCC75. Grayscale: #3C3C3C. Windows color (decimal): -13487222 or 9057074. OLE color: 9057074.

HSL color Cylindrical-coordinate representation of color #32338A: hue angle of 239.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32338A is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5051138-
CMYK0.640.6300.46
HSL239.32º46.81%36.86%-
HSV(B)239.32º63.77%54.12%-
XYZ7.094.8824.61-
YUV60.62171.67120.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=20.92%
G=21.34%
B=57.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50511380.640.6300.46239.3246.8136.86
Hex32338A403F02Eef2f25
Octal6263212100770563575745
Binary110010110011100010101000000111111010111011101111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32338A; }

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

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

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

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

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

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

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

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