#32368B

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

Shades of Jacksons Purple #32368B

Tints of Jacksons Purple #32368B

Color information

#32368B (or 0x32368B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 8B. RGB value is (50,54,139). Sum of RGB (Red+Green+Blue) = 50+54+139=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #32368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32368B is #CDC974. Grayscale: #3E3E3E. Windows color (decimal): -13486453 or 9123378. OLE color: 9123378.

HSL color Cylindrical-coordinate representation of color #32368B: hue angle of 237.3º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32368B is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5054139-
CMYK0.640.6100.45
HSL237.3º47.09%37.06%-
HSV(B)237.3º64.03%54.51%-
XYZ7.295.1825.04-
YUV62.49171.17119.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=20.58%
G=22.22%
B=57.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50541390.640.6100.45237.347.0937.06
Hex32368B403D02Ded2f25
Octal6266213100750553555745
Binary110010110110100010111000000111101010110111101101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32368B; }

 p { color: rgb(50,54,139); }

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

<style>
 a { background-color: #32368B; }

 a { background-color: rgb(50,54,139); }

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

<style>
 span { border-color: #32368B; }

 span { border-color: rgb(50,54,139); }

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