#322F7B

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

Shades of Jacksons Purple #322F7B

Tints of Jacksons Purple #322F7B

Color information

#322F7B (or 0x322F7B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2F and 7B. RGB value is (50,47,123). Sum of RGB (Red+Green+Blue) = 50+47+123=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #322F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F7B is #CDD084. Grayscale: #383838. Windows color (decimal): -13488261 or 8073010. OLE color: 8073010.

HSL color Cylindrical-coordinate representation of color #322F7B: hue angle of 242.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322F7B is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5047123-
CMYK0.590.6200.52
HSL242.37º44.71%33.33%-
HSV(B)242.37º61.79%48.24%-
XYZ5.914.1419.23-
YUV56.56165.49123.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=22.73%
G=21.36%
B=55.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50471230.590.6200.52242.3744.7133.33
Hex322F7B3B3E034f22d21
Octal625717373760643625541
Binary1100101011111111011111011111110011010011110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322F7B; }

 p { color: rgb(50,47,123); }

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

<style>
 a { background-color: #322F7B; }

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

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

<style>
 span { border-color: #322F7B; }

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

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