#32327D

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

Shades of Jacksons Purple #32327D

Tints of Jacksons Purple #32327D

Color information

#32327D (or 0x32327D) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 7D. RGB value is (50,50,125). Sum of RGB (Red+Green+Blue) = 50+50+125=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #32327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32327D is #CDCD82. Grayscale: #3A3A3A. Windows color (decimal): -13487491 or 8204850. OLE color: 8204850.

HSL color Cylindrical-coordinate representation of color #32327D: hue angle of 240º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32327D is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5050125-
CMYK0.600.6000.51
HSL240º42.86%34.31%-
HSV(B)240º60%49.02%-
XYZ6.164.4419.93-
YUV58.55165.5121.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50501250.600.6000.5124042.8634.31
Hex32327D3C3C033f02b22
Octal626217574740633605342
Binary1100101100101111101111100111100011001111110000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32327D; }

 p { color: rgb(50,50,125); }

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

<style>
 a { background-color: #32327D; }

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

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

<style>
 span { border-color: #32327D; }

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

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